Changeset 15807
- Timestamp:
- 2007/09/20 21:36:44 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-templates/data/class/SC_View.php
r15797 r15807 77 77 $this->_smarty->register_function("sfIsHTTPS","sfIsHTTPS"); 78 78 $this->_smarty->default_modifiers = array('script_escape'); 79 $this->_smarty->force_compile = true; 79 80 } 80 81 … … 227 228 */ 228 229 function getTemplateName() { 229 if (!defined('DEFAULT_DSN')) return null;230 231 230 $objQuery = new SC_Query(); 232 231 $arrRet = $objQuery->select('top_tpl', 'dtb_baseinfo'); … … 329 328 $this->_smarty->compile_dir = $compile_dir; 330 329 } 330 function getTemplateName() {} 331 331 } 332 332
Note: See TracChangeset
for help on using the changeset viewer.