summaryrefslogtreecommitdiff
path: root/app/php/pages
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2016-04-14 16:12:30 +0200
committeremkael <emkael@tlen.pl>2016-04-14 16:14:10 +0200
commit2c04baeb2beebb06a97da16fbd62c2a4747e9ff2 (patch)
treed0036a5e25ca8d667cd245846e55cef747212bbe /app/php/pages
parentfc5f40bd059207b985d4b82fa1d4433b3a225b08 (diff)
* pages initial config moved to separate file
Diffstat (limited to 'app/php/pages')
-rw-r--r--app/php/pages/config.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/php/pages/config.xml b/app/php/pages/config.xml
index 834a5b4..b870cb3 100644
--- a/app/php/pages/config.xml
+++ b/app/php/pages/config.xml
@@ -1,5 +1,11 @@
<configuration>
+ <services>
+ <service id="page"
+ class="TPageService"
+ ClientScriptManagerClass="Application.components.ClientScriptManager" />
+ </services>
+
<pages MasterClass="Application.layouts.MainLayout"
StatePersisterClass="System.Web.UI.TCachePageStatePersister"
StatePersister.CacheModuleID="cache"