Ignore:
Timestamp:
2006/12/07 14:33:43 (20 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/test-xoops.ec-cube.net/html/modules/newbb/templates/blocks/newbb_block_new.html

    r558 r559  
    1111  </tr> 
    1212 
    13   <{foreach item=topic from=$block.topics}> 
     13  <{foreach item=topic from=$block.topics}>abc 
    1414  <tr> 
    1515    <td><{$topic.cat_title}></td> 
     
    3030  </tr> 
    3131 
    32   <{foreach item=topic from=$block.topics}>abc 
     32  <{foreach item=topic from=$block.topics}> 
    3333  <tr class="<{cycle values="even,odd"}>"> 
    3434    <td><a href="<{$xoops_url}>/modules/newbb/viewtopic.php?topic_id=<{$topic.id}>&amp;forum=<{$topic.forum_id}>"><{$topic.title}></a></td> 
Note: See TracChangeset for help on using the changeset viewer.