Changeset 18900 for branches/version-2_5-dev/data/class/SC_View.php
- Timestamp:
- 2010/11/05 17:38:15 (16 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
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 }
Note: See TracChangeset
for help on using the changeset viewer.
