From 5a22738e37dc25080ae58534301bfbfb4502c12e Mon Sep 17 00:00:00 2001 From: Danang Probo Sayekti Date: Mon, 20 Jul 2015 21:44:34 +0700 Subject: [PATCH] Improve menu Add bootstrap menu classes. --- system/admin/views/content-type.html.php | 2 +- system/includes/functions.php | 28 +++++++++++++++------------- 2 files changed, 16 insertions(+), 14 deletions(-) diff --git a/system/admin/views/content-type.html.php b/system/admin/views/content-type.html.php index c905e1f..238232f 100644 --- a/system/admin/views/content-type.html.php +++ b/system/admin/views/content-type.html.php @@ -5,5 +5,5 @@

Video post
Creating blog post with featured video.

Audio post
Creating blog post with featured audio.

Link post
Creating blog post with featured link.

-

Quote post
Creating blog post with fetaured quote.

+

Quote post
Creating blog post with featured quote.

Static page
Creating static page.

\ No newline at end of file diff --git a/system/includes/functions.php b/system/includes/functions.php index caa8058..db9e88f 100644 --- a/system/includes/functions.php +++ b/system/includes/functions.php @@ -1179,7 +1179,7 @@ EOF; } // Menu -function menu() +function menu($custom = null) { $menu = config('blog.menu'); $req = $_SERVER['REQUEST_URI']; @@ -1188,7 +1188,7 @@ function menu() $links = explode('|', $menu); - echo '