From 62d78dc24f598a122f2ca6ef2b435933bcb2dbcb Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Sat, 18 Jan 2025 20:46:11 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20remove=20more=20code=20related?= =?UTF-8?q?=20to=20bludit=20pro?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bl-kernel/admin/views/login.php | 2 +- bl-plugins/links/plugin.php | 5 ++--- bl-plugins/version/plugin.php | 4 ++-- bl-themes/alternative/php/footer.php | 2 +- bl-themes/blogx/php/footer.php | 2 +- bl-themes/popeye/php/footer.php | 2 +- 6 files changed, 8 insertions(+), 9 deletions(-) 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 .= ''; + $html .= ''; } 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 @@
-

footer(); ?> Powered by

+

footer(); ?> Powered by KOBLOG

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 @@
-

footer(); ?> Powered by

+

footer(); ?> Powered by KOBLOG

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