Simplified jumpbox 📜 (#815)

* Simplified jumpbox 📜

* Updated

* Update README.md

* Updated

* Update page_header.tpl

* Update functions.php
This commit is contained in:
Roman Kelesidis 2023-11-12 01:05:14 +07:00 committed by GitHub
commit f098041713
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 27 additions and 25 deletions

View file

@ -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'],