Changeset 19972 for branches/version-2_5-dev/data/class/SC_View.php
- Timestamp:
- 2011/01/19 15:46:57 (15 years ago)
- File:
-
- 1 edited
-
branches/version-2_5-dev/data/class/SC_View.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/data/class/SC_View.php
r19938 r19972 200 200 $this->_smarty->template_dir = TEMPLATE_ADMIN_REALDIR; 201 201 $this->_smarty->compile_dir = COMPILE_ADMIN_REALDIR; 202 $this->assign('TPL_DIR_DEFAULT', URL_PATH . USER_DIR . USER_PACKAGE_DIR . DEFAULT_TEMPLATE_NAME . '/');203 $this->assign('TPL_DIR', URL_PATH . USER_DIR . USER_PACKAGE_DIR . ADMIN_DIR);202 $this->assign('TPL_DIR_DEFAULT', ROOT_URLPATH . USER_DIR . USER_PACKAGE_DIR . DEFAULT_TEMPLATE_NAME . '/'); 203 $this->assign('TPL_DIR', ROOT_URLPATH . USER_DIR . USER_PACKAGE_DIR . ADMIN_DIR); 204 204 $this->initpath(); 205 205 }
Note: See TracChangeset
for help on using the changeset viewer.
