mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
parent
6378c43ef7
commit
dd638fda7e
3 changed files with 12 additions and 6 deletions
|
@ -17,6 +17,7 @@ $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(
|
||||
|
@ -402,6 +403,9 @@ 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