From 5a9376599b57173433f7408251d19553e9aaf021 Mon Sep 17 00:00:00 2001 From: danpros Date: Sat, 1 Nov 2025 15:53:56 +0700 Subject: [PATCH] Update functions.php --- system/includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/includes/functions.php b/system/includes/functions.php index 74b4693..2ed505f 100644 --- a/system/includes/functions.php +++ b/system/includes/functions.php @@ -2562,7 +2562,7 @@ function social($class = null) function copyright() { $blogcp = blog_copyright(); - $credit = 'Powered by HTMLy'; + $credit = i18n('proudly_powered_by') . ' ' . 'HTMLy'; if (!empty($blogcp)) { return $copyright = '' . $blogcp . ' ' . $credit . '';