- Timestamp:
- 2007/06/08 11:02:37 (19 years ago)
- Location:
- branches/dev/data
- Files:
-
- 2 edited
-
Smarty/templates/admin/basis/kiyaku.tpl (modified) (1 diff)
-
class/SC_View.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/data/Smarty/templates/admin/basis/kiyaku.tpl
r14507 r14510 129 129 <a href="<!--{$smarty.server.PHP_SELF|escape}-->" onclick="fnModeSubmit('down', 'kiyaku_id', <!--{$arrKiyaku[cnt].kiyaku_id}-->); return false;" />²¼¤Ø</a> 130 130 <!--{/if}--> 131 <!--{$smarty.section.cnt.last |modifiers_test}--> <!--{$smarty.section.cnt.iteration|modifiers_test}-->131 <!--{$smarty.section.cnt.last}--> <!--{$smarty.section.cnt.iteration}--> 132 132 </td> 133 133 </tr> -
branches/dev/data/class/SC_View.php
r14509 r14510 9 9 require_once($SC_VIEW_PHP_DIR . "/../module/Smarty/libs/Smarty.class.php"); 10 10 require_once($SC_VIEW_PHP_DIR . "/../include/php_ini.inc"); 11 12 13 function modifiers_test($val) {14 return "#".$val."#";15 }16 11 17 12 class SC_View { … … 50 45 $this->_smarty->register_function("sfPrintAffTag","sfPrintAffTag"); 51 46 $this->_smarty->default_modifiers = array('script_escape'); 52 //$this->_smarty->default_modifiers = array('modifiers_test');53 47 54 48 sfPrintR($this->_smarty->default_modifiers);
Note: See TracChangeset
for help on using the changeset viewer.
