mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
Minor improvements (#801)
This commit is contained in:
parent
23544f4acf
commit
eabc49f68e
35 changed files with 44 additions and 22 deletions
|
@ -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'];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue