diff --git a/bl-kernel/admin/controllers/sidebar.php b/bl-kernel/admin/controllers/sidebar.php new file mode 100644 index 00000000..0be2d23c --- /dev/null +++ b/bl-kernel/admin/controllers/sidebar.php @@ -0,0 +1,26 @@ +g('Sidebar'); \ No newline at end of file diff --git a/bl-kernel/admin/themes/koblog/html/sidebar.php b/bl-kernel/admin/themes/koblog/html/sidebar.php index 8217e80c..4a9fd844 100644 --- a/bl-kernel/admin/themes/koblog/html/sidebar.php +++ b/bl-kernel/admin/themes/koblog/html/sidebar.php @@ -29,6 +29,16 @@ p('Users') ?> +
+ ' . $plugin->name() . '
+ ';
+ if (method_exists($plugin, 'form')) {
+ echo '' . $L->g('Settings') . '';
+ }
+ echo '' . $L->g('Deactivate') . '';
+ echo ' ';
+ echo ' | ';
+
+ echo ''; + echo $plugin->description(); + echo ' | '; + + echo ''; + echo '' . $plugin->version() . ''; + echo ' | '; + + echo '+ ' . $plugin->author() . ' + | '; + + echo '
+ ' . $plugin->name() . '
+
+ | ';
+
+ echo ''; + echo $plugin->description(); + echo ' | '; + + echo ''; + echo '' . $plugin->version() . ''; + echo ' | '; + + echo '+ ' . $plugin->author() . ' + | '; + + echo '