Small Style Fixes with SubPages

This commit is contained in:
Kanti 2014-08-25 11:12:32 +02:00
commit 36c01c08f3
2 changed files with 418 additions and 413 deletions

View file

@ -1112,9 +1112,9 @@ function get_menu() {//aktive Link for Sub Pages ::TODO
echo '<li class="' . $class . $active . '">';
$subPages = get_static_sub_pages(str_replace('.md', '', $base));
echo '<a href="' . $url . '">' . ucwords($title) . '</a><br/>';
echo '<a href="' . $url . '">' . ucwords($title) . '</a>';
if (!empty($subPages)) {
echo '<ul>';
echo '<br/><ul>';
$iSub = 0;
$countSub = count($subPages);