p('Categories') ?>
diff --git a/bl-kernel/helpers/theme.class.php b/bl-kernel/helpers/theme.class.php
index 60bf1099..f994f788 100644
--- a/bl-kernel/helpers/theme.class.php
+++ b/bl-kernel/helpers/theme.class.php
@@ -28,7 +28,7 @@ class Theme {
public static function rssUrl()
{
- if (pluginEnabled('pluginRSS')) {
+ if (pluginActivated('pluginRSS')) {
return DOMAIN_BASE.'rss.xml';
}
return false;
@@ -36,7 +36,7 @@ class Theme {
public static function sitemapUrl()
{
- if (pluginEnabled('pluginSitemap')) {
+ if (pluginActivated('pluginSitemap')) {
return DOMAIN_BASE.'sitemap.xml';
}
return false;
diff --git a/bl-kernel/pagex.class.php b/bl-kernel/pagex.class.php
index 965bb620..168c365d 100644
--- a/bl-kernel/pagex.class.php
+++ b/bl-kernel/pagex.class.php
@@ -496,7 +496,7 @@ class Page {
$average = $words / 200;
$minutes = round($average);
- if ($minutes>0) {
+ if ($minutes>1) {
return $minutes.' '.$L->get('minutes');
}
diff --git a/bl-plugins/links/plugin.php b/bl-plugins/links/plugin.php
index 4ab7cef3..252b745d 100644
--- a/bl-plugins/links/plugin.php
+++ b/bl-plugins/links/plugin.php
@@ -64,55 +64,58 @@ class pluginLinks extends Plugin {
{
global $L;
- $html = '
';
+ $html = '
';
+ $html .= $this->description();
+ $html .= '
';
+
+ $html .= '
';
$html .= '';
- $html .= '';
+ $html .= '';
$html .= ''.$L->get('This title is almost always used in the sidebar of the site').'';
$html .= '
';
$html .= '
';
- $html .= '';
+ $html .= '';
$html .= '
';
// New link, when the user click on save button this call the method post()
// and the new link is added to the database
- $html .= '';
+ $html .= '