Changeset 21514 for branches/version-2_12-dev/data/class/SC_View.php
- Timestamp:
- 2012/02/15 19:56:17 (14 years ago)
- File:
-
- 1 edited
-
branches/version-2_12-dev/data/class/SC_View.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/class/SC_View.php
r21481 r21514 47 47 $this->_smarty->register_modifier('sfRmDupSlash', array('SC_Utils_Ex', 'sfRmDupSlash')); 48 48 $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'); 50 50 $this->_smarty->register_modifier('sfMbConvertEncoding', array('SC_Utils_Ex', 'sfMbConvertEncoding')); 51 51 $this->_smarty->register_modifier('sfGetEnabled', array('SC_Utils_Ex', 'sfGetEnabled')); … … 155 155 // ヘッダとフッタを割り当て 156 156 $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'; 159 159 160 160 $this->assign('header_tpl', $header_tpl);
Note: See TracChangeset
for help on using the changeset viewer.
