Changeset 15710
- Timestamp:
- 2007/09/14 16:59:53 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-update/data/class/SC_View.php
r15697 r15710 8 8 $SC_VIEW_PHP_DIR = realpath(dirname(__FILE__)); 9 9 require_once($SC_VIEW_PHP_DIR . "/../module/Smarty/libs/Smarty.class.php"); 10 require_once($SC_VIEW_PHP_DIR . "/../include/php_ini.inc");11 10 //require_once(CLASS_PATH . "util_extends/SC_Utils_Ex.php"); 12 11 … … 49 48 $this->_smarty->register_function("sfSetErrorStyle", array("SC_Utils_Ex", "sfSetErrorStyle")); 50 49 $this->_smarty->register_function("printXMLDeclaration", array("SC_Utils_Ex", "printXMLDeclaration")); 51 $this->_smarty->default_modifiers = array('script_escape' , "escape");50 $this->_smarty->default_modifiers = array('script_escape'); 52 51 53 52 if(ADMIN_MODE == '1') {
Note: See TracChangeset
for help on using the changeset viewer.