Zeile 6 | Zeile 6 |
---|
* Website: http://www.mybboard.net * License: http://www.mybboard.net/about/license *
|
* Website: http://www.mybboard.net * License: http://www.mybboard.net/about/license *
|
* $Id: stats.php 4081 2008-08-08 01:47:02Z Tikitiki $
| * $Id: stats.php 4403 2009-07-22 13:55:13Z Tomm $
|
*/
define("IN_MYBB", 1);
| */
define("IN_MYBB", 1);
|
Zeile 121 | Zeile 121 |
---|
} else {
|
} else {
|
$topforum = "<a href=\"forumdisplay.php?fid={$forum['fid']}\">{$forum['name']}</a>";
| $topforum = "<a href=\"".get_forum_link($forum['fid'])."\">{$forum['name']}</a>";
|
$topforumposts = $forum['posts']; $topforumthreads = $forum['threads']; }
| $topforumposts = $forum['posts']; $topforumthreads = $forum['threads']; }
|