+ form();
diff --git a/bl-plugins/about/plugin.php b/bl-plugins/about/plugin.php
index 7d787b08..82959103 100644
--- a/bl-plugins/about/plugin.php
+++ b/bl-plugins/about/plugin.php
@@ -15,11 +15,7 @@ class pluginAbout extends Plugin
{
global $L;
- $html = '
';
- $html .= $this->description();
- $html .= '
';
-
- $html .= '
';
+ $html = '
';
$html .= '';
$html .= '';
$html .= '' . $L->get('This title is almost always used in the sidebar of the site') . '';
diff --git a/bl-plugins/categories/plugin.php b/bl-plugins/categories/plugin.php
index dc68a941..f7f78f5a 100644
--- a/bl-plugins/categories/plugin.php
+++ b/bl-plugins/categories/plugin.php
@@ -17,11 +17,7 @@ class pluginCategories extends Plugin
{
global $L;
- $html = '
';
- $html .= $this->description();
- $html .= '
';
-
- $html .= '
';
+ $html = '
';
$html .= '';
$html .= '';
$html .= '' . $L->get('This title is almost always used in the sidebar of the site') . '';
diff --git a/bl-plugins/custom-fields-parser/plugin.php b/bl-plugins/custom-fields-parser/plugin.php
index 1d5e7e20..5bd87873 100644
--- a/bl-plugins/custom-fields-parser/plugin.php
+++ b/bl-plugins/custom-fields-parser/plugin.php
@@ -15,10 +15,8 @@ class pluginCustomFieldsParser extends Plugin {
global $L;
global $site;
- $html = '
';
$html .= '';
$html .= '';
$html .= '' . $L->get('Get the shortname from the Disqus general settings') . '';
diff --git a/bl-plugins/hit-counter/plugin.php b/bl-plugins/hit-counter/plugin.php
index c0fe7a97..3ebfc96c 100644
--- a/bl-plugins/hit-counter/plugin.php
+++ b/bl-plugins/hit-counter/plugin.php
@@ -28,13 +28,8 @@ class pluginHitCounter extends Plugin
return $html;
}
- // Show the description of the plugin in the settings
- $html = '
';
- $html .= $this->description();
- $html .= '
';
-
// Label of the plugin to show in the sidebar
- $html .= '
';
+ $html = '
';
$html .= '';
$html .= '';
$html .= '' . $L->get('This title is almost always used in the sidebar of the site') . '';
diff --git a/bl-plugins/html-code/plugin.php b/bl-plugins/html-code/plugin.php
index b476f04e..8eb1d136 100644
--- a/bl-plugins/html-code/plugin.php
+++ b/bl-plugins/html-code/plugin.php
@@ -18,11 +18,7 @@ class pluginHTMLCode extends Plugin {
{
global $L;
- $html = '
';
- $html .= $this->description();
- $html .= '
';
-
- $html .= '
'.$L->g('Website').'
';
+ $html = '
'.$L->g('Website').'
';
$html .= '
';
$html .= '';
diff --git a/bl-plugins/links/plugin.php b/bl-plugins/links/plugin.php
index 3dd2d32e..113f3d9c 100644
--- a/bl-plugins/links/plugin.php
+++ b/bl-plugins/links/plugin.php
@@ -65,11 +65,7 @@ class pluginLinks extends Plugin
{
global $L;
- $html = '
';
- $html .= $this->description();
- $html .= '
';
-
- $html .= '
';
+ $html = '
';
$html .= '';
$html .= '';
$html .= '' . $L->get('This title is almost always used in the sidebar of the site') . '';
diff --git a/bl-plugins/maintenance-mode/plugin.php b/bl-plugins/maintenance-mode/plugin.php
index d51a6930..4004afe9 100644
--- a/bl-plugins/maintenance-mode/plugin.php
+++ b/bl-plugins/maintenance-mode/plugin.php
@@ -15,11 +15,7 @@ class pluginMaintenanceMode extends Plugin
{
global $L;
- $html = '