Changeset 2232 for temp/trunk
- Timestamp:
- 2006/08/28 12:49:03 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/data/class/SC_View.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/class/SC_View.php
r2191 r2232 29 29 $this->_smarty->register_function("sfRmDupSlash", "sfRmDupSlash"); 30 30 $this->_smarty->register_function("sfCutString", "sfCutString"); 31 $this->_smarty->plugins_dir=array("plugins", $SC_VIEW_PHP_DIR . "/../ data/smarty_extends");31 $this->_smarty->plugins_dir=array("plugins", $SC_VIEW_PHP_DIR . "/../smarty_extends"); 32 32 $this->_smarty->register_function("sf_mb_convert_encoding","sf_mb_convert_encoding"); 33 33 $this->_smarty->register_function("sf_mktime","sf_mktime"); … … 91 91 global $SC_VIEW_PHP_DIR; 92 92 93 $array['tpl_mainnavi'] = $SC_VIEW_PHP_DIR . '/../ data/Smarty/templates/frontparts/mainnavi.tpl';93 $array['tpl_mainnavi'] = $SC_VIEW_PHP_DIR . '/../Smarty/templates/frontparts/mainnavi.tpl'; 94 94 $array['tpl_root_id'] = sfGetRootId(); 95 95 $this->assignarray($array);
Note: See TracChangeset
for help on using the changeset viewer.
