mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 14:23:57 -07:00
Updated
This commit is contained in:
parent
6ddee254f1
commit
e6f00b9492
2 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,7 @@ define('BB_SCRIPT', 'forum');
|
||||||
require __DIR__ . '/common.php';
|
require __DIR__ . '/common.php';
|
||||||
|
|
||||||
$page_cfg['include_bbcode_js'] = true;
|
$page_cfg['include_bbcode_js'] = true;
|
||||||
|
$page_cfg['canonical_link'] = true;
|
||||||
|
|
||||||
$show_last_topic = true;
|
$show_last_topic = true;
|
||||||
$last_topic_max_len = 40;
|
$last_topic_max_len = 40;
|
||||||
|
|
|
@ -22,6 +22,7 @@ $page_cfg['load_tpl_vars'] = [
|
||||||
'post_icons',
|
'post_icons',
|
||||||
'topic_icons'
|
'topic_icons'
|
||||||
];
|
];
|
||||||
|
$page_cfg['canonical_link'] = true;
|
||||||
|
|
||||||
$newest = $next_topic_id = 0;
|
$newest = $next_topic_id = 0;
|
||||||
$start = isset($_GET['start']) ? abs((int)$_GET['start']) : 0;
|
$start = isset($_GET['start']) ? abs((int)$_GET['start']) : 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue