Changeset 17648
- Timestamp:
- 2008/10/08 11:45:13 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2/data/mtb_constants_init.php
r17527 r17648 540 540 define('DEFAULT_TEMPLATE_NAME', "default"); 541 541 /** テンプレート名 */ 542 define('TEMPLATE_NAME', DEFAULT_TEMPLATE_NAME);542 define('TEMPLATE_NAME', "default"); 543 543 /** SMARTYテンプレート */ 544 544 define('SMARTY_TEMPLATES_DIR', DATA_PATH . "Smarty/templates/"); … … 548 548 define('TEMPLATE_DIR', SMARTY_TEMPLATES_DIR . TEMPLATE_NAME . "/"); 549 549 /** SMARTYテンプレート(管理ページ) */ 550 define('TEMPLATE_ADMIN_DIR', TEMPLATE_DIR . "admin/");550 define('TEMPLATE_ADMIN_DIR', SMARTY_TEMPLATES_DIR . DEFAULT_TEMPLATE_NAME . "/admin/"); 551 551 /** SMARTYコンパイル */ 552 552 define('COMPILE_DIR', DATA_PATH . "Smarty/templates_c/" . TEMPLATE_NAME . "/");
Note: See TracChangeset
for help on using the changeset viewer.