mirror of
https://github.com/moparisthebest/moparscape.org-smf
synced 2025-03-11 06:50:21 -04:00
Add IRC and Wiki links to menu
This commit is contained in:
parent
a1d36a2982
commit
f27a4b673d
@ -4080,6 +4080,18 @@ function setupMenuContext()
|
|||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
//xxx IRC Chat button
|
||||||
|
'irc' => array(
|
||||||
|
'title' => 'IRC Chat',
|
||||||
|
'href' => "//www.moparisthebest.com/irc.php?img=0&host=irc.moparscape.org&channel=moparscape".($context['user']['is_logged'] ? '&nick='.str_replace(" ","_",$context['user']['name']) : ''),
|
||||||
|
'show' => true,
|
||||||
|
),
|
||||||
|
//xxx RS Wiki button
|
||||||
|
'rswiki' => array(
|
||||||
|
'title' => 'RS Wiki',
|
||||||
|
'href' => "//rswiki.moparisthebest.com/",
|
||||||
|
'show' => true,
|
||||||
|
),
|
||||||
'calendar' => array(
|
'calendar' => array(
|
||||||
'title' => $txt['calendar'],
|
'title' => $txt['calendar'],
|
||||||
'href' => $scripturl . '?action=calendar',
|
'href' => $scripturl . '?action=calendar',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user