summaryrefslogtreecommitdiff
path: root/demos/activeblog/protected/application.xml
diff options
context:
space:
mode:
authorjrags <>2007-02-21 15:07:27 +0000
committerjrags <>2007-02-21 15:07:27 +0000
commit3fcc5ab5ef1c739b65ff1351b5ff2ee1b5cc488d (patch)
tree1d1e71044614d9ff4aedbd526758b7a2fb82c291 /demos/activeblog/protected/application.xml
parent2740cd587446ed5ae72b8550762f2a827aec2390 (diff)
Moving from App_Themes to themes
Diffstat (limited to 'demos/activeblog/protected/application.xml')
-rw-r--r--demos/activeblog/protected/application.xml8
1 files changed, 2 insertions, 6 deletions
diff --git a/demos/activeblog/protected/application.xml b/demos/activeblog/protected/application.xml
index 06481acc..7b038a2e 100644
--- a/demos/activeblog/protected/application.xml
+++ b/demos/activeblog/protected/application.xml
@@ -89,14 +89,10 @@
</module>
<!-- Theme manager module -->
- <module
- id="themes"
- class="System.Web.UI.TThemeManager"
- BasePath="WebRoot.App_Themes"
- BaseUrl="/App_Themes" />
+ <module id="themes" class="System.Web.UI.TThemeManager" />
</modules>
- <pages MasterClass="Application.App_Layouts.MainLayout" />
+ <pages MasterClass="Application.App_Layouts.MainLayout" Theme="Default" />
</service>
</services>
</application> \ No newline at end of file