From 94957a4df677d08ec847bf03cf6fcad15df3ddec Mon Sep 17 00:00:00 2001 From: Didiboo <63944991+Didiboo@users.noreply.github.com> Date: Sat, 25 Jul 2026 12:32:52 +0200 Subject: [PATCH] Update gold status messages in 3.tpl (#344) --- Templates/Plus/3.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Templates/Plus/3.tpl b/Templates/Plus/3.tpl index 8d7ec6e7..196b8a73 100644 --- a/Templates/Plus/3.tpl +++ b/Templates/Plus/3.tpl @@ -146,7 +146,7 @@ function formatRemainingTime($endTimestamp, $nowTimestamp) { 2 1) ? ''.ON.'' : ''.TOO_LITTLE_GOLD.''; + echo ($golds['gold']>1) ? ''.GOLD_ON.'' : ''.TOO_LITTLE_GOLD.''; ?> @@ -201,9 +201,9 @@ if (class_exists('GoldShop')): if($golds['gold']>99){ echo ''.ACTIVATE.''; } else echo ''.TOO_LITTLE_GOLD.''; - } else echo ''.ON.''; + } else echo ''.GOLD_ON.''; ?> - \ No newline at end of file +