Browse Source

Small Style Fixes with SubPages

pull/84/head
Kanti 11 years ago
parent
commit
36c01c08f3
2 changed files with 418 additions and 413 deletions
  1. +2
    -2
      system/includes/functions.php
  2. +416
    -411
      themes/logs/css/style.css

+ 2
- 2
system/includes/functions.php 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);


+ 416
- 411
themes/logs/css/style.css
File diff suppressed because it is too large
View File


Loading…
Cancel
Save