Changeset 551 for temp


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

    r541 r551  
    22 
    33  <{if $block.full_view == true}> 
    4   <tr> 
     4  <tr class="<{cycle values="even,odd"}>"> 
    55    <th width="70"><{$block.lang_cat}></th> 
    66    <th><{$block.lang_forum}></th> 
     
    1212 
    1313  <{foreach item=topic from=$block.topics}> 
    14   <tr class="<{cycle values="even,odd"}>"> 
     14  <tr 
    1515    <td><{$topic.cat_title}></td> 
    1616    <td><a href="<{$xoops_url}>/modules/newbb/viewforum.php?forum=<{$topic.forum_id}>"><{$topic.forum_name}></a></td> 
Note: See TracChangeset for help on using the changeset viewer.