Skip to content
Snippets Groups Projects
Commit abf4aa1a authored by Matthew Juhl's avatar Matthew Juhl
Browse files

Remove 'The Wire' tab from navigation [#306].

parent 314245c8
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@
foreach($alphamenu as $item) {
$requestURI = explode($vars['url'], $item->value);
$selectedTab = setSelectedTab($requestURI[1]);
if ($item->name != "Members") {
if ($item->name != "Members" && $item->name != "The wire") {
echo "<li" . setSelectedTab($requestURI[1]) . "><a href=\"{$item->value}\"><span>" . $item->name . "";
if ($item->name == "Friends") {
$user = get_loggedin_user();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment