summaryrefslogtreecommitdiff
path: root/framework/Web/UI/TThemeManager.php
diff options
context:
space:
mode:
authorxue <>2005-11-17 22:10:48 +0000
committerxue <>2005-11-17 22:10:48 +0000
commit3b613bc84c80307b6d93443b9989ca576bf59776 (patch)
treec8c145710ca990f58898ccf5b3664d5d185057bb /framework/Web/UI/TThemeManager.php
parent5f88fccb2aa110929880085152e962f3c1769520 (diff)
Diffstat (limited to 'framework/Web/UI/TThemeManager.php')
-rw-r--r--framework/Web/UI/TThemeManager.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/Web/UI/TThemeManager.php b/framework/Web/UI/TThemeManager.php
index 9b407b90..9b7dc6a6 100644
--- a/framework/Web/UI/TThemeManager.php
+++ b/framework/Web/UI/TThemeManager.php
@@ -34,6 +34,7 @@ class TThemeManager extends TComponent implements IModule
$this->_themePath=dirname($application->getRequest()->getPhysicalApplicationPath()).'/'.self::DEFAULT_THEME_PATH;
$this->_initialized=true;
+ $application->getService()->setThemeManager($this);
}
/**