Minor improvements (#801)

This commit is contained in:
Roman Kelesidis 2023-06-10 15:55:53 +07:00 committed by GitHub
commit eabc49f68e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
35 changed files with 44 additions and 22 deletions

View file

@ -11,10 +11,11 @@ if (empty($bb_cfg['topic_notify_enabled'])) {
bb_die($lang['DISABLED']);
}
// Page config
$page_cfg['use_tablesorter'] = true;
$page_cfg['include_bbcode_js'] = true;
$tracking_topics = get_tracks('topic');
$tracking_topics = get_tracks('topic');
$user_id = $userdata['user_id'];
$start = isset($_GET['start']) ? abs((int)$_GET['start']) : 0;
$per_page = $bb_cfg['topics_per_page'];