Ignore:
Timestamp:
2006/12/05 16:22:48 (20 years ago)
Author:
uehara
Message:
 
Location:
temp/test-xoops.ec-cube.net/html/modules/newbb
Files:
3 edited

Legend:

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

    r499 r508  
    6868<table cellspacing="0" class="outer" width="100%"> 
    6969  <tr class='foot'> 
    70     <td align='left'> <{$forum_post_or_register}></td> 
     70    <td align='left'></td> 
    7171    <td align='right'><{$forum_jumpbox}> </td> 
    7272  </tr> 
  • temp/test-xoops.ec-cube.net/html/modules/newbb/templates/newbb_viewtopic_thread.html

    r491 r508  
    8585<table width="100%" class="outer" cellspacing="0"> 
    8686  <tr class='foot' valign="top"> 
    87     <td align='left'> <{$forum_post_or_register}></td> 
     87    <td align='left'></td> 
    8888    <td align='right'><{$forum_jumpbox}> </td> 
    8989  </tr> 
  • temp/test-xoops.ec-cube.net/html/modules/newbb/viewtopic.php

    r500 r508  
    143143$myts =& MyTextSanitizer::getInstance(); 
    144144$forumdata['topic_title'] = $myts->makeTboxData4Show($forumdata['topic_title']);$forumdata['forum_name'] = $myts->makeTboxData4Show($forumdata['forum_name']); 
    145 $xoopsTpl->assign(array('fix'=>$fix,'topic_title' => '<a href="'.$bbUrl['root'].'viewtopic.php?viewmode='.$viewmode.'&amp;topic_id='.$topic_id.'&amp;forum='.$forum.'">'.$forumdata['topic_title'].'</a>', 'forum_name' => $forumdata['forum_name'], 'topic_time' => $forumdata['topic_time'], 'lang_nexttopic' => _MD_NEXTTOPIC, 'lang_prevtopic' => _MD_PREVTOPIC)); 
     145$xoopsTpl->assign(array('fix'=>$fix,'topic_title' => $forumdata['topic_title'], 'forum_name' => $forumdata['forum_name'], 'topic_time' => $forumdata['topic_time'], 'lang_nexttopic' => _MD_NEXTTOPIC, 'lang_prevtopic' => _MD_PREVTOPIC)); 
    146146 
    147147// add image links to admin page if the user viewing this page is a forum admin 
Note: See TracChangeset for help on using the changeset viewer.