Ignore:
Timestamp:
2010/12/31 10:46:42 (15 years ago)
Author:
Seasoft
Message:

#834(パラメータの定数名に「URL」を含むにもかかわらず、パスのみのものがある) 一部改修

File:
1 edited

Legend:

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

    r19773 r19802  
    201201        $this->_smarty->template_dir = TEMPLATE_ADMIN_DIR; 
    202202        $this->_smarty->compile_dir = COMPILE_ADMIN_DIR; 
    203         $this->assign('TPL_DIR_DEFAULT', URL_DIR . USER_DIR . USER_PACKAGE_DIR . DEFAULT_TEMPLATE_NAME . '/'); 
    204         $this->assign('TPL_DIR', URL_DIR . USER_DIR . USER_PACKAGE_DIR . ADMIN_DIR); 
     203        $this->assign('TPL_DIR_DEFAULT', URL_PATH . USER_DIR . USER_PACKAGE_DIR . DEFAULT_TEMPLATE_NAME . '/'); 
     204        $this->assign('TPL_DIR', URL_PATH . USER_DIR . USER_PACKAGE_DIR . ADMIN_DIR); 
    205205        $this->initpath(); 
    206206    } 
Note: See TracChangeset for help on using the changeset viewer.