Ignore:
Timestamp:
2010/11/05 17:38:15 (16 years ago)
Author:
Seasoft
Message:

#845(管理画面のテンプレートをフロントから分離する)

  • 管理画面のみで使用する画像や JavaScript?, CSS ファイルを /html/user_data/packages/admin/ 配下へ移動
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/SC_View.php

    r18873 r18900  
    181181        $this->_smarty->template_dir = TEMPLATE_ADMIN_DIR; 
    182182        $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/'); 
    184185        $this->initpath(); 
    185186    } 
Note: See TracChangeset for help on using the changeset viewer.