diff --git a/bl-kernel/admin/views/login.php b/bl-kernel/admin/views/login.php
index 7ffbee84..e9b78089 100644
--- a/bl-kernel/admin/views/login.php
+++ b/bl-kernel/admin/views/login.php
@@ -34,4 +34,4 @@ echo '
echo '';
-echo '
' . $L->g('Powered by Koblog') . ((defined('KOBLOG_PRO')) ? ' PRO' : '') . '
';
+echo '' . $L->g('Powered by Koblog') . '
';
diff --git a/bl-plugins/links/plugin.php b/bl-plugins/links/plugin.php
index 2292742f..3dd2d32e 100644
--- a/bl-plugins/links/plugin.php
+++ b/bl-plugins/links/plugin.php
@@ -7,8 +7,7 @@ class pluginLinks extends Plugin
{
// JSON database
$jsondb = json_encode(array(
- 'Koblog' => 'https://www.koblog.com',
- 'Koblog PRO' => 'https://pro.koblog.com'
+ 'Koblog' => 'https://git.kobold.cafe/kazhnuz/koblog',
));
// Fields and default values for the database of this plugin
@@ -91,7 +90,7 @@ class pluginLinks extends Plugin
$html .= '';
$html .= '';
- $html .= '';
+ $html .= '';
$html .= '
';
$html .= '';
diff --git a/bl-plugins/version/plugin.php b/bl-plugins/version/plugin.php
index 5bca5195..4142723c 100644
--- a/bl-plugins/version/plugin.php
+++ b/bl-plugins/version/plugin.php
@@ -39,10 +39,10 @@ class pluginVersion extends Plugin
global $L;
$html = '';
if ($this->getValue('showCurrentVersion')) {
- $html = '
' . $L->get('Version') . ' ' . (defined('KOBLOG_PRO') ? '' : '') . '' . KOBLOG_VERSION . '';
+ $html = '
' . $L->get('Version') . ' ' . KOBLOG_VERSION . '';
}
if ($this->getValue('newVersionAlert')) {
- $html .= '
' . $L->get('New version available') . ' ';
+ $html .= '
' . $L->get('New version available') . ' ';
}
return $html;
}
diff --git a/bl-themes/alternative/php/footer.php b/bl-themes/alternative/php/footer.php
index 96b7baa1..771ef60b 100644
--- a/bl-themes/alternative/php/footer.php
+++ b/bl-themes/alternative/php/footer.php
@@ -1,5 +1,5 @@
diff --git a/bl-themes/blogx/php/footer.php b/bl-themes/blogx/php/footer.php
index 96b7baa1..771ef60b 100644
--- a/bl-themes/blogx/php/footer.php
+++ b/bl-themes/blogx/php/footer.php
@@ -1,5 +1,5 @@
diff --git a/bl-themes/popeye/php/footer.php b/bl-themes/popeye/php/footer.php
index f6e465d7..798dd1b8 100644
--- a/bl-themes/popeye/php/footer.php
+++ b/bl-themes/popeye/php/footer.php
@@ -6,6 +6,6 @@
}
?>
-
Powered by Koblog - Open source CMS
+
Powered by Koblog - Open source CMS