mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
Minor improvements (#868)
* Minor improvements * Update viewforum.php * Updated
This commit is contained in:
parent
87b497e32a
commit
9b43d144a4
13 changed files with 20 additions and 90 deletions
|
@ -122,7 +122,6 @@ $template->assign_vars(array(
|
|||
'USER_OPTIONS_JS' => (IS_GUEST) ? '{}' : json_encode($user->opt_js, JSON_THROW_ON_ERROR),
|
||||
|
||||
'USE_TABLESORTER' => !empty($page_cfg['use_tablesorter']),
|
||||
'NEED_GEN_PASSKEY' => (!IS_GUEST && !\TorrentPier\Legacy\Torrent::getPasskey($userdata['user_id'])),
|
||||
|
||||
'SITENAME' => $bb_cfg['sitename'],
|
||||
'U_INDEX' => BB_ROOT . "index.php",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue