diff --git a/bl-kernel/abstract/dblist.class.php b/bl-kernel/abstract/dblist.class.php
index 1e7110b0..ee36d459 100644
--- a/bl-kernel/abstract/dblist.class.php
+++ b/bl-kernel/abstract/dblist.class.php
@@ -148,10 +148,10 @@ class dbList extends dbJSON
return $tmp;
}
- // Returns the amount of items for some key
+ // Returns the number of items in the list
public function countItems($key)
{
- if( isset($this->db[$key]) ) {
+ if (isset($this->db[$key])) {
return count($this->db[$key]['list']);
}
return 0;
diff --git a/bl-kernel/admin/themes/booty/html/navbar.php b/bl-kernel/admin/themes/booty/html/navbar.php
new file mode 100644
index 00000000..7dc031ec
--- /dev/null
+++ b/bl-kernel/admin/themes/booty/html/navbar.php
@@ -0,0 +1,34 @@
+
\ No newline at end of file
diff --git a/bl-kernel/admin/themes/booty/index.php b/bl-kernel/admin/themes/booty/index.php
index 0501a988..598afb0c 100644
--- a/bl-kernel/admin/themes/booty/index.php
+++ b/bl-kernel/admin/themes/booty/index.php
@@ -54,6 +54,9 @@
+
+
+