mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Minor improvements (#953)
This commit is contained in:
parent
1ac777c1f7
commit
1c7f13e737
3 changed files with 6 additions and 4 deletions
|
@ -107,8 +107,8 @@ $this->store('cat_forums', $data);
|
|||
// jumpbox
|
||||
//
|
||||
$data = [
|
||||
'guest' => get_forum_select('guest', 'f', null, null, null, 'id="jumpbox" onchange="window.location.href=\'viewforum.php?f=\'+this.value;"'),
|
||||
'user' => get_forum_select('user', 'f', null, null, null, 'id="jumpbox" onchange="window.location.href=\'viewforum.php?f=\'+this.value;"'),
|
||||
'guest' => get_forum_select('guest', 'f', null, null, null, 'id="jumpbox" onchange="window.location.href=\'' . FORUM_URL . '\'+this.value;"'),
|
||||
'user' => get_forum_select('user', 'f', null, null, null, 'id="jumpbox" onchange="window.location.href=\'' . FORUM_URL . '\'+this.value;"'),
|
||||
];
|
||||
|
||||
$this->store('jumpbox', $data);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue