Ignore:
Timestamp:
2012/02/15 19:56:17 (14 years ago)
Author:
Seasoft
Message:

#1625 (typo修正・ソース整形・ソースコメントの改善)

File:
1 edited

Legend:

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

    r21481 r21514  
    4747        $this->_smarty->register_modifier('sfRmDupSlash', array('SC_Utils_Ex', 'sfRmDupSlash')); 
    4848        $this->_smarty->register_modifier('sfCutString', array('SC_Utils_Ex', 'sfCutString')); 
    49         $this->_smarty->plugins_dir=array('plugins', realpath(dirname(__FILE__)) . "/../smarty_extends"); 
     49        $this->_smarty->plugins_dir=array('plugins', realpath(dirname(__FILE__)) . '/../smarty_extends'); 
    5050        $this->_smarty->register_modifier('sfMbConvertEncoding', array('SC_Utils_Ex', 'sfMbConvertEncoding')); 
    5151        $this->_smarty->register_modifier('sfGetEnabled', array('SC_Utils_Ex', 'sfGetEnabled')); 
     
    155155        // ヘッダとフッタを割り当て 
    156156        $templatePath = SC_Helper_PageLayout_Ex::getTemplatePath($device_type_id); 
    157         $header_tpl = $templatePath . "header.tpl"; 
    158         $footer_tpl = $templatePath . "footer.tpl"; 
     157        $header_tpl = $templatePath . 'header.tpl'; 
     158        $footer_tpl = $templatePath . 'footer.tpl'; 
    159159 
    160160        $this->assign('header_tpl', $header_tpl); 
Note: See TracChangeset for help on using the changeset viewer.