Changeset 459 for temp/test-xoops.ec-cube.net/html
- Timestamp:
- 2006/12/05 12:02:30 (20 years ago)
- Location:
- temp/test-xoops.ec-cube.net/html/modules/newbb
- Files:
-
- 2 edited
-
templates/newbb_viewforum.html (modified) (1 diff)
-
viewforum.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/test-xoops.ec-cube.net/html/modules/newbb/templates/newbb_viewforum.html
r454 r459 2 2 <table border="0" width="100%" cellpadding="5" align="center"> 3 3 <tr> 4 <td align="left"><a href="<{$xoops_url}>/modules/newbb/index.php"><{$ forum_index_title}></a> > <b><{$forum_name}></b></td>4 <td align="left"><a href="<{$xoops_url}>/modules/newbb/index.php"><{$arrCat.cat_title}></a> > <b><{$forum_name}></b></td> 5 5 <td align="right"><{$forum_post_or_register}></td> 6 6 </tr> -
temp/test-xoops.ec-cube.net/html/modules/newbb/viewforum.php
r419 r459 337 337 $xoopsTpl->assign('forum_pagenav', ''); 338 338 } 339 340 // ¥«¥Æ¥´¥ê̾¼èÆÀ 341 $sql = "SELECT cat_id, cat_title FROM ".$xoopsDB->prefix("bb_categories").", ".$xoopsDB->prefix("bb_forums")." WHERE forum_id = $forum"; 342 if ( !$r = $xoopsDB->query($sql) ) { 343 //redirect_header('index.php',2,_MD_ERROROCCURED); 344 //exit(); 345 } 346 $arrCat = $xoopsDB->fetchArray($r); 347 $xoopsTpl->assign('arrCat', $arrCat); 348 339 349 $xoopsTpl->assign('forum_jumpbox', make_jumpbox($forum)); 340 350 include XOOPS_ROOT_PATH."/footer.php";
Note: See TracChangeset
for help on using the changeset viewer.
