Changeset 1277


Ignore:
Timestamp:
2007/01/22 11:54:52 (17 years ago)
Author:
kakinaka
Message:
 
Location:
temp/test-xoops.ec-cube.net/html/modules/newbb
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • temp/test-xoops.ec-cube.net/html/modules/newbb/response.php

    r1274 r1277  
    213213$topic_lastread = newbb_get_topics_viewed(); 
    214214while ( $myrow = $xoopsDB->fetchArray($result) ) { 
     215    $fix = getFixName($myrow['topic_title']); 
     216     
    215217    $xoopsTpl->append('topics', array( 
    216                                 'topic_id'=>$myrow['topic_id'], 
     218                                'topic_fix'=>$fix, 
    217219                                'topic_title'=>$myrow['topic_title'], 
    218220                                'topic_response'=>$myrow['topic_response'], 
  • temp/test-xoops.ec-cube.net/html/modules/newbb/templates/newbb_response.html

    r1276 r1277  
    3939    <{foreach item=topic from=$topics}> 
    4040    <tr class="<{cycle values="even,odd"}>"> 
    41         <td>&nbsp;[<{$topic.fix}>:<{$topic.topic_number}>]<a href="<{$topic.topic_link}>"><{$topic.topic_title}></a><{$topic.topic_page_jump}></td> 
     41        <td>&nbsp;[<{$topic.topic_fix}>:<{$topic.topic_number}>]<a href="<{$topic.topic_link}>"><{$topic.topic_title}></a><{$topic.topic_page_jump}></td> 
    4242        <td align="center" valign="middle"> 
    4343        <{ $arrResponse[$topic.topic_response]|default:'???' }> 
Note: See TracChangeset for help on using the changeset viewer.