Changeset 21514 for branches/version-2_12-dev/data/class/SC_AdminView.php
- Timestamp:
- 2012/02/15 19:56:17 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/class/SC_AdminView.php
r21420 r21514 28 28 $this->_smarty->compile_dir = COMPILE_ADMIN_REALDIR; 29 29 $this->assign('TPL_URLPATH_DEFAULT', ROOT_URLPATH . USER_DIR . USER_PACKAGE_DIR . DEFAULT_TEMPLATE_NAME . '/'); 30 $this->assign('TPL_URLPATH', ROOT_URLPATH . USER_DIR . USER_PACKAGE_DIR . "admin/");30 $this->assign('TPL_URLPATH', ROOT_URLPATH . USER_DIR . USER_PACKAGE_DIR . 'admin/'); 31 31 $this->initpath(); 32 32 }
Note: See TracChangeset
for help on using the changeset viewer.
