Changeset 478 for temp/test-xoops.ec-cube.net/html
- Timestamp:
- 2006/12/05 13:01:25 (20 years ago)
- Location:
- temp/test-xoops.ec-cube.net/html/modules/newbb
- Files:
-
- 2 edited
-
templates/newbb_viewforum.html (modified) (1 diff)
-
viewforum.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/test-xoops.ec-cube.net/html/modules/newbb/templates/newbb_viewforum.html
r477 r478 31 31 <table border="0" width="100%" class="btnarea"> 32 32 <tr> 33 <td align="center">< {$forum_post_or_register}><a href="#"><img src="/themes/default/img/main/thread_btn.jpg" width="190" height="36" alt="¿·µ¬¥¹¥ì¥Ã¥É¤òÄɲ乤ë"></a></td>33 <td align="center"><a href="<{$forum_post_or_register}>"><img src="/themes/default/img/main/thread_btn.jpg" width="190" height="36" alt="¿·µ¬¥¹¥ì¥Ã¥É¤òÄɲ乤ë"></a></td> 34 34 </tr> 35 35 </table> -
temp/test-xoops.ec-cube.net/html/modules/newbb/viewforum.php
r477 r478 98 98 if ( $can_post == 1 ) { 99 99 $xoopsTpl->assign('viewer_can_post', true); 100 $xoopsTpl->assign('forum_post_or_register', " <a href=\"newtopic.php?forum=".$forum."\"><img src=\"".$bbImage['post']."\" alt=\""._MD_POSTNEW."\" /></a>");100 $xoopsTpl->assign('forum_post_or_register', "newtopic.php?forum=".$forum); 101 101 } else { 102 102 $xoopsTpl->assign('viewer_can_post', false); 103 103 if ( $show_reg == 1 ) { 104 $xoopsTpl->assign('forum_post_or_register', '<a href="'.XOOPS_URL.'/user.php?xoops_redirect='.htmlspecialchars($xoopsRequestUri).'">'._MD_REGTOPOST.'</a>');104 $xoopsTpl->assign('forum_post_or_register', XOOPS_URL.'/user.php?xoops_redirect='.htmlspecialchars($xoopsRequestUri)); 105 105 } else { 106 106 $xoopsTpl->assign('forum_post_or_register', "");
Note: See TracChangeset
for help on using the changeset viewer.
