mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +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(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>"); }
|
||||
$sep = " | ";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user