diff --git a/bl-themes/lingonberry/php/sidebar.php b/bl-themes/lingonberry/php/sidebar.php index 09bf19b4..bbac8ed8 100644 --- a/bl-themes/lingonberry/php/sidebar.php +++ b/bl-themes/lingonberry/php/sidebar.php @@ -8,7 +8,7 @@ getList(1, 5, true); $keys = array_keys($pages); - + foreach($keys as $pageKey) { $page = buildPage($pageKey); echo '
  • '.$page->title().'
  • '; @@ -20,7 +20,7 @@
    - + \ No newline at end of file