';
+ }
+
return $html;
}
@@ -47,19 +66,6 @@ class pluginNavigation extends Plugin {
global $Url;
global $Site;
global $dbPages;
- global $pagesByParent;
-
- // Amount of pages to show
- $amountOfItems = $this->getValue('amountOfItems');
-
- // Page number the first one
- $pageNumber = 1;
-
- // Only published pages
- $onlyPublished = true;
-
- // Get the list of pages
- $pages = $dbPages->getList($pageNumber, $amountOfItems, $onlyPublished, true);
// HTML for sidebar
$html = '
-
\ No newline at end of file
+
diff --git a/bl-themes/alternative/php/head.php b/bl-themes/alternative/php/head.php
index 2de19368..d002c3c9 100644
--- a/bl-themes/alternative/php/head.php
+++ b/bl-themes/alternative/php/head.php
@@ -18,4 +18,4 @@
-
\ No newline at end of file
+
diff --git a/bl-themes/alternative/php/home.php b/bl-themes/alternative/php/home.php
index 9cfbec96..705532f0 100644
--- a/bl-themes/alternative/php/home.php
+++ b/bl-themes/alternative/php/home.php
@@ -22,7 +22,7 @@
-
-
\ No newline at end of file
+
diff --git a/bl-themes/alternative/php/page.php b/bl-themes/alternative/php/page.php
index 649e22e1..f6de8b1e 100644
--- a/bl-themes/alternative/php/page.php
+++ b/bl-themes/alternative/php/page.php
@@ -6,7 +6,7 @@
-