Ignore:
Timestamp:
2006/12/05 11:29:16 (20 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

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

    r453 r454  
    1 <!-- start module contents -->a 
     1<!-- start module contents --> 
    22<table border="0" width="100%" cellpadding="5" align="center"> 
    33    <tr> 
    4         <td align="left"><a href="<{$xoops_url}>/modules/newbb/index.php"><{$forum_index_title}></a>&nbsp;>&nbsp;<b><{$forum_name}></b><br /> 
    5         (<{$lang_moderatedby}>:<{$forum_moderators}>)</td> 
     4        <td align="left"><a href="<{$xoops_url}>/modules/newbb/index.php"><{$forum_index_title}></a>&nbsp;>&nbsp;<b><{$forum_name}></b></td> 
    65        <td align="right"><{$forum_post_or_register}></td> 
    76    </tr> 
     
    109<table border="0" cellspacing="0" cellpadding="0"> 
    1110    <tr bgcolor="#2b8200"> 
    12         <td><img src="http://xoops.ec-cube.net/themes/default/img/top/title_left_top.gif" width="10" height="7" alt="" border="0"></td> 
     11        <td><img src="<{$xoops_url}>/themes/default/img/top/title_left_top.gif" width="10" height="7" alt="" border="0"></td> 
    1312        <td style="width:100%;"></td> 
    14         <td align="left"><img src="http://xoops.ec-cube.net/themes/default/img/top/title_right_top.gif" width="10" height="7" alt="" border="0"></td> 
     13        <td align="left"><img src="<{$xoops_url}>/themes/default/img/top/title_right_top.gif" width="10" height="7" alt="" border="0"></td> 
    1514    </tr> 
    1615    <tr> 
     
    2423    </tr> 
    2524    <tr bgcolor="#2b8200"> 
    26         <td><img src="http://xoops.ec-cube.net/themes/default/img/top/title_left_bottom.gif" width="10" height="7" alt="" border="0"></td> 
     25        <td><img src="<{$xoops_url}>/themes/default/img/top/title_left_bottom.gif" width="10" height="7" alt="" border="0"></td> 
    2726        <td></td> 
    28         <td align="left"><img src="http://xoops.ec-cube.net/themes/default/img/top/title_right_bottom.gif" width="10" height="7" alt="" border="0"></td> 
     27        <td align="left"><img src="<{$xoops_url}>/themes/default/img/top/title_right_bottom.gif" width="10" height="7" alt="" border="0"></td> 
    2928    </tr> 
    3029    <tr><td height="10"></td></tr> 
Note: See TracChangeset for help on using the changeset viewer.