Changeset 1223 for temp/test-xoops.ec-cube.net/data
- Timestamp:
- 2007/01/21 18:29:02 (19 years ago)
- Location:
- temp/test-xoops.ec-cube.net/data
- Files:
-
- 2 edited
-
Smarty/templates/list.tpl (modified) (1 diff)
-
class/SC_View.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/test-xoops.ec-cube.net/data/Smarty/templates/list.tpl
r1218 r1223 28 28 <tr bgcolor="#ffffff"> 29 29 <td><!--{$arrResponse[$item.topic_response]}--><!--{if $item.uname != ""}--><br/>[<!--{$item.uname}-->]<!--{/if}--></td> 30 <td><!--{$item.topic_title }--></td>30 <td><!--{$item.topic_title|getFixName}--></td> 31 31 <td><!--{$item.topic_time|sfDispDBDate}--></td> 32 32 </tr> -
temp/test-xoops.ec-cube.net/data/class/SC_View.php
r1208 r1223 48 48 $this->_smarty->register_function("sfPresentDisp","sfPresentDisp"); 49 49 $this->_smarty->register_function("sfPrintRegular","sfPrintRegular"); 50 $this->_smarty->register_function("getFixName","getFixName"); 50 51 51 52 if(ADMIN_MODE == '1') {
Note: See TracChangeset
for help on using the changeset viewer.
