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 4006 2008-07-11 06:00:25Z Tikitiki $
| * $Id: stats.php 4403 2009-07-22 13:55:13Z Tomm $
|
*/
define("IN_MYBB", 1);
|
*/
define("IN_MYBB", 1);
|
| define('THIS_SCRIPT', 'stats.php');
|
$templatelist = "stats,stats_thread"; require_once "./global.php";
| $templatelist = "stats,stats_thread"; require_once "./global.php";
|
Zeile 120 | 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']; }
|