Changeset 18910 for branches/camp/camp-2_5-E/data/class/SC_View.php
- Timestamp:
- 2010/11/06 10:20:24 (16 years ago)
- Location:
- branches/camp/camp-2_5-E
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
data/class/SC_View.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/camp/camp-2_5-E
- Property svn:mergeinfo changed
/branches/version-2_5-dev (added) merged: 18889-18901
- Property svn:mergeinfo changed
-
branches/camp/camp-2_5-E/data/class/SC_View.php
r18873 r18910 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.
