Changeset 4749 for temp/trunk/data/class


Ignore:
Timestamp:
2006/09/14 20:08:04 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

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

    r3549 r4749  
    3333        $this->_smarty->register_function("sf_mb_convert_encoding","sf_mb_convert_encoding"); 
    3434        $this->_smarty->register_function("sf_mktime","sf_mktime"); 
    35         $this->_smarty->register_function("sf_date","sf_date");      
     35        $this->_smarty->register_function("sf_date","sf_date"); 
     36        $this->_smarty->register_function("str_replace","str_replace"); 
    3637 
    3738        if(ADMIN_MODE == '1') {      
Note: See TracChangeset for help on using the changeset viewer.