- Timestamp:
- 2006/12/05 13:00:41 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
temp/test-xoops.ec-cube.net/html/modules/newbb/viewforum.php
r476 r477 98 98 if ( $can_post == 1 ) { 99 99 $xoopsTpl->assign('viewer_can_post', true); 100 $xoopsTpl->assign('forum_post_or_register', " newtopic.php?forum=".$forum);100 $xoopsTpl->assign('forum_post_or_register', "<a href=\"newtopic.php?forum=".$forum."\"><img src=\"".$bbImage['post']."\" alt=\""._MD_POSTNEW."\" /></a>"); 101 101 } else { 102 102 $xoopsTpl->assign('viewer_can_post', false); 103 103 if ( $show_reg == 1 ) { 104 $xoopsTpl->assign('forum_post_or_register', XOOPS_URL.'/user.php?xoops_redirect='.htmlspecialchars($xoopsRequestUri));104 $xoopsTpl->assign('forum_post_or_register', '<a href="'.XOOPS_URL.'/user.php?xoops_redirect='.htmlspecialchars($xoopsRequestUri).'">'._MD_REGTOPOST.'</a>'); 105 105 } else { 106 106 $xoopsTpl->assign('forum_post_or_register', "");
Note: See TracChangeset
for help on using the changeset viewer.
