Changeset 23370 for branches/version-2_13-dev/data/class/SC_AdminView.php
- Timestamp:
- 2014/04/18 01:56:55 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_13-dev/data/class/SC_AdminView.php
r23124 r23370 33 33 parent::init(); 34 34 35 $this->_smarty->template_dir = TEMPLATE_ADMIN_REALDIR;36 $this->_smarty->compile_dir = COMPILE_ADMIN_REALDIR;35 $this->_smarty->template_dir = realpath(TEMPLATE_ADMIN_REALDIR); 36 $this->_smarty->compile_dir = realpath(COMPILE_ADMIN_REALDIR); 37 37 $this->assign('TPL_URLPATH_PC', ROOT_URLPATH . USER_DIR . USER_PACKAGE_DIR . TEMPLATE_NAME . '/'); 38 38 $this->assign('TPL_URLPATH_DEFAULT', ROOT_URLPATH . USER_DIR . USER_PACKAGE_DIR . DEFAULT_TEMPLATE_NAME . '/');
Note: See TracChangeset
for help on using the changeset viewer.
