mirror of
https://github.com/stylersnico/librenms.git
synced 2026-08-03 08:01:38 +02:00
actually use app section text instead of nicecasing the array key
git-svn-id: http://www.observium.org/svn/observer/trunk@3141 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -20,7 +20,7 @@ foreach ($app_sections as $app_section => $app_section_text)
|
|||||||
{
|
{
|
||||||
echo("<span class='pagemenu-selected'>");
|
echo("<span class='pagemenu-selected'>");
|
||||||
}
|
}
|
||||||
echo(generate_link(nicecase($app_section),$vars,array('app_section'=>$app_section)));
|
echo(generate_link($app_section_text,$vars,array('app_section'=>$app_section)));
|
||||||
if ($vars['app_section'] == $app_section) { echo("</span>"); }
|
if ($vars['app_section'] == $app_section) { echo("</span>"); }
|
||||||
$sep = " | ";
|
$sep = " | ";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user