diff options
author | emkael <emkael@tlen.pl> | 2016-05-02 23:15:21 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2016-05-02 23:15:21 +0200 |
commit | 7657b04ec6292a0cdc1186d7abbcff6fbcc37486 (patch) | |
tree | b3d9b1bffa3766d29628392277db0b6e7c771dbf /app/php/pages | |
parent | a5c71eb8d3166c5010848868af28282df878042f (diff) |
* theme manager
Diffstat (limited to 'app/php/pages')
-rw-r--r-- | app/php/pages/config.xml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/app/php/pages/config.xml b/app/php/pages/config.xml index d6403ff..11d708f 100644 --- a/app/php/pages/config.xml +++ b/app/php/pages/config.xml @@ -3,10 +3,17 @@ <services> <service id="page" class="TPageService" - ClientScriptManagerClass="Application.web.ClientScriptManager" /> + ClientScriptManagerClass="Application.web.ClientScriptManager"> + <modules> + <module id="theme" + class="Application.web.ThemeManager" + BasePath="Web._themes" /> + </modules> + </service> </services> <pages MasterClass="Application.layouts.MainLayout" + Theme="default" StatePersisterClass="System.Web.UI.TCachePageStatePersister" StatePersister.CacheModuleID="cache" StatePersister.CacheTimeout="3600" /> |