Ignore:
Timestamp:
2007/06/08 11:02:37 (19 years ago)
Author:
naka
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/data/class/SC_View.php

    r14509 r14510  
    99require_once($SC_VIEW_PHP_DIR . "/../module/Smarty/libs/Smarty.class.php"); 
    1010require_once($SC_VIEW_PHP_DIR . "/../include/php_ini.inc"); 
    11  
    12  
    13 function modifiers_test($val) { 
    14     return "#".$val."#"; 
    15 } 
    1611 
    1712class SC_View { 
     
    5045        $this->_smarty->register_function("sfPrintAffTag","sfPrintAffTag"); 
    5146        $this->_smarty->default_modifiers = array('script_escape'); 
    52         //$this->_smarty->default_modifiers = array('modifiers_test'); 
    5347         
    5448        sfPrintR($this->_smarty->default_modifiers); 
Note: See TracChangeset for help on using the changeset viewer.