Ignore:
Timestamp:
2006/12/07 14:38:17 (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

    r563 r564  
    1212 
    1313  <{foreach item=topic from=$block.topics}> 
    14   <tr> 
    15     <td>abc<{$topic.cat_title}></td> 
     14  <tr class="<{cycle values="even,odd"}>"> 
     15    <td><{$topic.cat_title}></td> 
    1616    <td><a href="<{$xoops_url}>/modules/newbb/viewforum.php?forum=<{$topic.forum_id}>"><{$topic.forum_name}></a></td> 
    1717    <td><a href="<{$xoops_url}>/modules/newbb/viewtopic.php?topic_id=<{$topic.id}>&amp;forum=<{$topic.forum_id}>&amp;post_id=<{$topic.post_id}>#forumpost<{$topic.post_id}>"><{$topic.title}></a></td> 
Note: See TracChangeset for help on using the changeset viewer.