From 07faf20234a48cd9a5cbe3a88d6b550af875f444 Mon Sep 17 00:00:00 2001 From: Jeremy Monroe Date: Sat, 28 May 2016 09:17:24 -0500 Subject: [PATCH] Display only published pages in header menu Dignajar fixed bug where header menu was including draft pages as well. This will only allow pages with published status to be listed in the menu. --- bl-themes/future-imperfect/index.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bl-themes/future-imperfect/index.php b/bl-themes/future-imperfect/index.php index 6237de0e..dd4bf815 100644 --- a/bl-themes/future-imperfect/index.php +++ b/bl-themes/future-imperfect/index.php @@ -26,6 +26,9 @@ MIT license published() ) + { echo '
  • '.$Parent->title().'
  • '; } ?> @@ -105,4 +108,4 @@ MIT license - \ No newline at end of file +