Ignore:
Timestamp:
2006/12/05 13:19:36 (20 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

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

    r483 r484  
    22<table border="0" width="100%" cellpadding="5" align="center"> 
    33    <tr> 
    4         <td align="left"><a href="<{$xoops_url}>/modules/newbb/index.php?cat=<{$arrCat.cat_id}>"><{$arrCat.cat_title}></a>&nbsp;>&nbsp;<b><{$forum_name}></b></td> 
     4        <td align="left"><a href='<{$xoops_url}>/modules/newbb/viewforum.php?forum=<{$forum_id}>'><{$forum_name}></a>&nbsp;>&nbsp;<b><{$forum_name}></b></td> 
    55        <td align="right"></td> 
    66    </tr> 
     
    3535</table> 
    3636 
    37 <table border="0" cellpadding='5' align='center'> 
    38   <tr> 
    39     <td align='left'><img src='<{$xoops_url}>/modules/newbb/images/folder.gif' alt='' /> <a href='<{$xoops_url}>/modules/newbb/index.php'><{$lang_forum_index}></a><br />&nbsp;&nbsp;<img src='<{$xoops_url}>/modules/newbb/images/folder.gif' alt='' /> <a href='<{$xoops_url}>/modules/newbb/viewforum.php?forum=<{$forum_id}>'><{$forum_name}></a> 
    40 <br />&nbsp;&nbsp;&nbsp;&nbsp;<img src='<{$xoops_url}>/modules/newbb/images/folder.gif' alt='' /> <b><{$topic_title}></b></td><td align='right'><{$forum_post_or_register}></td> 
    41   </tr> 
    42 </table> 
    4337 
    4438<img src="images/pixel.gif" height="5" alt="" /><br /> 
Note: See TracChangeset for help on using the changeset viewer.