Changeset 478 for temp


Ignore:
Timestamp:
2006/12/05 13:01:25 (20 years ago)
Author:
uehara
Message:
 
Location:
temp/test-xoops.ec-cube.net/html/modules/newbb
Files:
2 edited

Legend:

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

    r477 r478  
    3131<table border="0" width="100%" class="btnarea"> 
    3232    <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> 
    3434    </tr> 
    3535</table> 
  • temp/test-xoops.ec-cube.net/html/modules/newbb/viewforum.php

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