Ignore:
Timestamp:
2011/01/20 03:52:23 (15 years ago)
Author:
tao
Message:

#841 管理画面内の設定画面変更。インストール時のディレクトリのパーミッションチェックに/htmlの書き込み権限のチェックを追加。adminでも設定出来る様に修正。

File:
1 edited

Legend:

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

    r19987 r19996  
    201201        $this->_smarty->compile_dir = COMPILE_ADMIN_REALDIR; 
    202202        $this->assign('TPL_URLPATH_DEFAULT', ROOT_URLPATH . USER_DIR . USER_PACKAGE_DIR . DEFAULT_TEMPLATE_NAME . '/'); 
    203         $this->assign('TPL_URLPATH', ROOT_URLPATH . USER_DIR . USER_PACKAGE_DIR . ADMIN_DIR); 
     203        $this->assign('TPL_URLPATH', ROOT_URLPATH . USER_DIR . USER_PACKAGE_DIR . "admin/"); 
    204204        $this->initpath(); 
    205205    } 
Note: See TracChangeset for help on using the changeset viewer.