diff options
Diffstat (limited to 'app/php/pages')
-rw-r--r-- | app/php/pages/config.xml | 6 |
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" |