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 '