Changeset 19802 for branches/version-2_5-dev/data/class/SC_View.php
- Timestamp:
- 2010/12/31 10:46:42 (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
r19773 r19802 201 201 $this->_smarty->template_dir = TEMPLATE_ADMIN_DIR; 202 202 $this->_smarty->compile_dir = COMPILE_ADMIN_DIR; 203 $this->assign('TPL_DIR_DEFAULT', URL_ DIR. USER_DIR . USER_PACKAGE_DIR . DEFAULT_TEMPLATE_NAME . '/');204 $this->assign('TPL_DIR', URL_ DIR. USER_DIR . USER_PACKAGE_DIR . ADMIN_DIR);203 $this->assign('TPL_DIR_DEFAULT', URL_PATH . USER_DIR . USER_PACKAGE_DIR . DEFAULT_TEMPLATE_NAME . '/'); 204 $this->assign('TPL_DIR', URL_PATH . USER_DIR . USER_PACKAGE_DIR . ADMIN_DIR); 205 205 $this->initpath(); 206 206 }
Note: See TracChangeset
for help on using the changeset viewer.
