mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
Simplified jumpbox 📜 (#815)
* Simplified jumpbox 📜
* Updated
* Update README.md
* Updated
* Update page_header.tpl
* Update functions.php
This commit is contained in:
parent
867c0ec1a2
commit
f098041713
8 changed files with 27 additions and 25 deletions
|
@ -56,6 +56,9 @@ if (defined('SHOW_ONLINE') && SHOW_ONLINE) {
|
|||
]);
|
||||
}
|
||||
|
||||
// Make jumpbox
|
||||
make_jumpbox();
|
||||
|
||||
// Info about new private messages
|
||||
$icon_pm = $images['pm_no_new_msg'];
|
||||
$pm_info = $lang['NO_NEW_PM'];
|
||||
|
@ -192,8 +195,6 @@ $template->assign_vars([
|
|||
'BONUS_URL' => BB_ROOT . BONUS_URL,
|
||||
'TOPIC_URL' => BB_ROOT . TOPIC_URL,
|
||||
|
||||
'AJAX_HTML_DIR' => AJAX_HTML_DIR,
|
||||
|
||||
// Misc
|
||||
'BOT_UID' => BOT_UID,
|
||||
'SID' => $userdata['session_id'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue