diff --git a/bl-kernel/admin/themes/default/index.php b/bl-kernel/admin/themes/default/index.php
index 7905fdbe..50fd2c16 100644
--- a/bl-kernel/admin/themes/default/index.php
+++ b/bl-kernel/admin/themes/default/index.php
@@ -141,15 +141,16 @@ $(document).ready(function() {
>
p('About') ?>
-
+
+
'.$L->g('Page not found').'';
diff --git a/bl-kernel/admin/views/edit-content.php b/bl-kernel/admin/views/edit-content.php
index fa05efd4..3df876cc 100644
--- a/bl-kernel/admin/views/edit-content.php
+++ b/bl-kernel/admin/views/edit-content.php
@@ -218,6 +218,8 @@ echo '';
echo '
';
diff --git a/bl-kernel/admin/views/new-content.php b/bl-kernel/admin/views/new-content.php
index 674c45e7..8760b836 100644
--- a/bl-kernel/admin/views/new-content.php
+++ b/bl-kernel/admin/views/new-content.php
@@ -193,6 +193,8 @@ echo '';
echo '';
diff --git a/bl-kernel/boot/rules/60.plugins.php b/bl-kernel/boot/rules/60.plugins.php
index 6e2041b4..6bfbca10 100644
--- a/bl-kernel/boot/rules/60.plugins.php
+++ b/bl-kernel/boot/rules/60.plugins.php
@@ -21,6 +21,7 @@ $plugins = array(
'adminBodyBegin'=>array(),
'adminBodyEnd'=>array(),
'adminSidebar'=>array(),
+ 'adminContentSidebar'=>array(),
'beforeRulesLoad'=>array(),
'beforeAll'=>array(),