diff --git a/system/admin/views/static-pages.html.php b/system/admin/views/static-pages.html.php index 9b0deb1..64cc9a7 100644 --- a/system/admin/views/static-pages.html.php +++ b/system/admin/views/static-pages.html.php @@ -13,7 +13,7 @@ - Sub Pages + Subpages md); ?> diff --git a/system/admin/views/user-draft.html.php b/system/admin/views/user-draft.html.php index 37aefea..70a18fd 100644 --- a/system/admin/views/user-draft.html.php +++ b/system/admin/views/user-draft.html.php @@ -68,7 +68,7 @@


-

: Sub

+

: Subpages

diff --git a/system/includes/functions.php b/system/includes/functions.php index b577891..ccf8f50 100644 --- a/system/includes/functions.php +++ b/system/includes/functions.php @@ -263,7 +263,7 @@ function rebuilt_cache($type = null) $tmp = array(); $ctmp = array(); $tmp = glob('content/*/blog/*/*/*.md', GLOB_NOSORT); - if (is_array($tmp)) { + if (is_array($tmp)) { foreach ($tmp as $file) { if(strpos($file, '/draft/') === false) { $posts_cache[] = pathinfo($file);