Changeset 491 for temp/test-xoops.ec-cube.net/html/modules
- Timestamp:
- 2006/12/05 13:44:31 (20 years ago)
- Location:
- temp/test-xoops.ec-cube.net/html/modules/newbb
- Files:
-
- 3 edited
-
templates/newbb_viewtopic_flat.html (modified) (1 diff)
-
templates/newbb_viewtopic_thread.html (modified) (1 diff)
-
viewtopic.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/test-xoops.ec-cube.net/html/modules/newbb/templates/newbb_viewtopic_flat.html
r486 r491 2 2 <table border="0" width="100%" cellpadding="5" align="center"> 3 3 <tr> 4 <td align="left"><a href= '<{$xoops_url}>/modules/newbb/viewforum.php?forum=<{$forum_id}>'><{$forum_name}></a> > <b><{$topic_title}></b></td>4 <td align="left"><a href="<{$xoops_url}>/modules/newbb/index.php?cat=<{$arrCat.cat_id}>"><{$arrCat.cat_title}></a> > <a href='<{$xoops_url}>/modules/newbb/viewforum.php?forum=<{$forum_id}>'><{$forum_name}></a> > <b><{$topic_title}></b></td> 5 5 <td align="right"></td> 6 6 </tr> -
temp/test-xoops.ec-cube.net/html/modules/newbb/templates/newbb_viewtopic_thread.html
r490 r491 2 2 <table border="0" width="100%" cellpadding="5" align="center"> 3 3 <tr> 4 <td align="left"><a href= '<{$xoops_url}>/modules/newbb/viewforum.php?forum=<{$forum_id}>'><{$forum_name}></a> > <b><{$topic_title}></b></td>4 <td align="left"><a href="<{$xoops_url}>/modules/newbb/index.php?cat=<{$arrCat.cat_id}>"><{$arrCat.cat_title}></a> > <a href='<{$xoops_url}>/modules/newbb/viewforum.php?forum=<{$forum_id}>'><{$forum_name}></a> > <b><{$topic_title}></b></td> 5 5 <td align="right"></td> 6 6 </tr> -
temp/test-xoops.ec-cube.net/html/modules/newbb/viewtopic.php
r411 r491 348 348 } 349 349 } 350 // ¥«¥Æ¥´¥ê̾¼èÆÀ 351 $sql = "SELECT c.cat_id, c.cat_title FROM ".$xoopsDB->prefix("bb_categories")." c, ".$xoopsDB->prefix("bb_forums")." f WHERE c.cat_id = f.cat_id AND forum_id = $forum"; 352 353 if ( !$result = $xoopsDB->query($sql) ) { 354 //redirect_header('index.php',2,_MD_ERROROCCURED); 355 //exit(); 356 } 357 $arrCat = $xoopsDB->fetchArray($result); 358 $xoopsTpl->assign('arrCat', $arrCat); 350 359 351 360 // Âбþ¾õ¶·
Note: See TracChangeset
for help on using the changeset viewer.
