Changeset 15697
- Timestamp:
- 2007/09/13 19:15:11 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-update/data/class/SC_View.php
r15650 r15697 48 48 $this->_smarty->register_function("sfIsHTTPS", array("SC_Utils_Ex", "sfIsHTTPS")); 49 49 $this->_smarty->register_function("sfSetErrorStyle", array("SC_Utils_Ex", "sfSetErrorStyle")); 50 $this->_smarty->default_modifiers = array('script_escape'); 50 $this->_smarty->register_function("printXMLDeclaration", array("SC_Utils_Ex", "printXMLDeclaration")); 51 $this->_smarty->default_modifiers = array('script_escape', "escape"); 51 52 52 53 if(ADMIN_MODE == '1') { … … 142 143 $this->_smarty->template_dir = TEMPLATE_ADMIN_DIR; 143 144 $this->_smarty->compile_dir = COMPILE_ADMIN_DIR; 145 $this->_smarty->default_modifiers = array('script_escape'); 144 146 $this->initpath(); 145 147 }
Note: See TracChangeset
for help on using the changeset viewer.