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

Legend:

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

    r476 r477  
    9898if ( $can_post == 1 ) { 
    9999    $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>"); 
    101101} else { 
    102102    $xoopsTpl->assign('viewer_can_post', false); 
    103103    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>'); 
    105105    } else { 
    106106        $xoopsTpl->assign('forum_post_or_register', ""); 
Note: See TracChangeset for help on using the changeset viewer.