Changeset 18900 for branches/version-2_5-dev/data/class
- Timestamp:
- 2010/11/05 17:38:15 (16 years ago)
- Location:
- branches/version-2_5-dev/data/class
- Files:
-
- 2 edited
-
SC_View.php (modified) (1 diff)
-
pages/error/LC_Page_Error_SystemError.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/data/class/SC_View.php
r18873 r18900 181 181 $this->_smarty->template_dir = TEMPLATE_ADMIN_DIR; 182 182 $this->_smarty->compile_dir = COMPILE_ADMIN_DIR; 183 $this->assign("TPL_DIR", URL_DIR . USER_DIR . USER_PACKAGE_DIR . DEFAULT_TEMPLATE_NAME . "/"); 183 $this->assign('TPL_DIR_DEFAULT', URL_DIR . USER_DIR . USER_PACKAGE_DIR . DEFAULT_TEMPLATE_NAME . '/'); 184 $this->assign('TPL_DIR', URL_DIR . USER_DIR . USER_PACKAGE_DIR . 'admin/'); 184 185 $this->initpath(); 185 186 } -
branches/version-2_5-dev/data/class/pages/error/LC_Page_Error_SystemError.php
r18814 r18900 78 78 $objView = new SC_InstallView(MOBILE_TEMPLATE_DIR, MOBILE_COMPILE_DIR); 79 79 } elseif($this->adminPage) { 80 $objView = new SC_ InstallView(TEMPLATE_ADMIN_DIR, COMPILE_ADMIN_DIR);80 $objView = new SC_AdminView(); 81 81 } else { 82 82 $objView = new SC_InstallView(TEMPLATE_DIR, COMPILE_DIR);
Note: See TracChangeset
for help on using the changeset viewer.
