mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
Minor improvements (#759)
This commit is contained in:
parent
9f24a39a13
commit
0728fad7d7
3 changed files with 6 additions and 12 deletions
|
@ -17,7 +17,6 @@ $page_cfg['load_tpl_vars'] = array(
|
|||
|
||||
$show_last_topic = true;
|
||||
$last_topic_max_len = 28;
|
||||
$show_online_users = true;
|
||||
$show_subforums = true;
|
||||
|
||||
$datastore->enqueue(array(
|
||||
|
@ -403,9 +402,6 @@ if (IS_AM) {
|
|||
}
|
||||
}
|
||||
|
||||
// Display page
|
||||
define('SHOW_ONLINE', $show_online_users);
|
||||
|
||||
if (isset($_GET['map'])) {
|
||||
$template->assign_vars(array('PAGE_TITLE' => $lang['FORUM_MAP']));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue