Ignore:
Timestamp:
2007/01/21 18:29:02 (19 years ago)
Author:
kakinaka
Message:
 
Location:
temp/test-xoops.ec-cube.net/data
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • temp/test-xoops.ec-cube.net/data/Smarty/templates/list.tpl

    r1218 r1223  
    2828            <tr bgcolor="#ffffff"> 
    2929                <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> 
    3131                <td><!--{$item.topic_time|sfDispDBDate}--></td> 
    3232            </tr> 
  • temp/test-xoops.ec-cube.net/data/class/SC_View.php

    r1208 r1223  
    4848        $this->_smarty->register_function("sfPresentDisp","sfPresentDisp"); 
    4949        $this->_smarty->register_function("sfPrintRegular","sfPrintRegular"); 
     50        $this->_smarty->register_function("getFixName","getFixName"); 
    5051         
    5152        if(ADMIN_MODE == '1') {      
Note: See TracChangeset for help on using the changeset viewer.