Skip to content
Snippets Groups Projects
Commit 79c817ce authored by Nigel Kukard's avatar Nigel Kukard
Browse files

Improved look of menu's

parent 7f62fedb
No related branches found
No related tags found
No related merge requests found
......@@ -396,7 +396,7 @@ EOF
my $sectionName = encode_entities($section->{'name'});
$menuItem .=<<EOF;
<li class="nav-header">$sectionName</li>
<li class="active text-center"><a href="#">$sectionName</a></li>
EOF
# Loop with menu items
foreach my $item (@{$section->{'items'}}) {
......@@ -407,7 +407,7 @@ EOF
# Build sections
$menuItem .=<<EOF;
<li><a href="$itemLink">$itemName</a></li>
<li class="text-center"><a href="$itemLink">$itemName</a></li>
EOF
}
......
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