Changeset 2232 for temp/trunk


Ignore:
Timestamp:
2006/08/28 12:49:03 (20 years ago)
Author:
naka
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/class/SC_View.php

    r2191 r2232  
    2929        $this->_smarty->register_function("sfRmDupSlash", "sfRmDupSlash"); 
    3030        $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"); 
    3232        $this->_smarty->register_function("sf_mb_convert_encoding","sf_mb_convert_encoding"); 
    3333        $this->_smarty->register_function("sf_mktime","sf_mktime"); 
     
    9191        global $SC_VIEW_PHP_DIR; 
    9292         
    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'; 
    9494        $array['tpl_root_id'] = sfGetRootId(); 
    9595        $this->assignarray($array); 
Note: See TracChangeset for help on using the changeset viewer.