From 45817b639fda6e22897811b2b90d184433b2d772 Mon Sep 17 00:00:00 2001 From: Danang Probo Sayekti Date: Mon, 13 Jul 2015 17:22:23 +0700 Subject: [PATCH] CSS Fix --- system/includes/functions.php | 18 +++++++++++++++--- themes/clean/css/style.css | 4 ++++ themes/default/css/style.css | 4 ++++ themes/logs/css/style.css | 4 ++++ 4 files changed, 27 insertions(+), 3 deletions(-) diff --git a/system/includes/functions.php b/system/includes/functions.php index 2642d2a..80ef4e0 100644 --- a/system/includes/functions.php +++ b/system/includes/functions.php @@ -431,6 +431,7 @@ function get_bio($author) } } +// Return default profile function default_profile($author) { $tmp = array(); @@ -975,6 +976,7 @@ EOF; } } +// Facebook comments function facebook() { $comment = config('comment.system'); @@ -1094,6 +1096,7 @@ function menu() } } +// Get the title from file function get_title_from_file($v) { // Get the contents and convert it to HTML @@ -1108,7 +1111,7 @@ function get_title_from_file($v) // Auto generate menu from static page function get_menu() -{//aktive Link for Sub Pages ::TODO +{ $posts = get_static_pages(); $req = $_SERVER['REQUEST_URI']; @@ -1153,7 +1156,7 @@ function get_menu() $subPages = get_static_sub_pages(str_replace('.md', '', $base)); echo '' . ucwords($title) . ''; if (!empty($subPages)) { - echo '