This commit is contained in:
Roman Kelesidis 2025-06-08 13:41:45 +03:00
commit e6f00b9492
2 changed files with 2 additions and 0 deletions

View file

@ -12,6 +12,7 @@ define('BB_SCRIPT', 'forum');
require __DIR__ . '/common.php';
$page_cfg['include_bbcode_js'] = true;
$page_cfg['canonical_link'] = true;
$show_last_topic = true;
$last_topic_max_len = 40;

View file

@ -22,6 +22,7 @@ $page_cfg['load_tpl_vars'] = [
'post_icons',
'topic_icons'
];
$page_cfg['canonical_link'] = true;
$newest = $next_topic_id = 0;
$start = isset($_GET['start']) ? abs((int)$_GET['start']) : 0;