Changeset 19683 for branches/version-2_5-dev/data/class/SC_View.php
- Timestamp:
- 2010/11/27 15:20:43 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/data/class/SC_View.php
r19680 r19683 258 258 $this->_smarty->compile_dir = SMARTPHONE_COMPILE_DIR; 259 259 // テンプレート変数を割り当て 260 $this->assign("TPL_DIR", URL_DIR . USER_DIR . USER_PACKAGE_DIR . SMARTPHO ME_TEMPLATE_NAME . "/");260 $this->assign("TPL_DIR", URL_DIR . USER_DIR . USER_PACKAGE_DIR . SMARTPHONE_TEMPLATE_NAME . "/"); 261 261 } 262 262 }
Note: See TracChangeset
for help on using the changeset viewer.