- Timestamp:
- 2006/12/05 16:22:48 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
temp/test-xoops.ec-cube.net/html/modules/newbb/viewtopic.php
r500 r508 143 143 $myts =& MyTextSanitizer::getInstance(); 144 144 $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.'&topic_id='.$topic_id.'&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)); 146 146 147 147 // 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.
