From b91536bbe5a42d91f8a22f393091d19e923d5d7d Mon Sep 17 00:00:00 2001 From: "Emanuele \"ToX\" Toscano" Date: Wed, 22 Mar 2023 17:00:48 +0100 Subject: [PATCH] Reso traducibile il meta tag description --- include/top.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/top.php b/include/top.php index 081bec631..8c8929778 100755 --- a/include/top.php +++ b/include/top.php @@ -39,7 +39,7 @@ echo ' - + '; @@ -424,7 +424,7 @@ if (Auth::check()) { - + @@ -513,8 +513,8 @@ if (Auth::check()) { if (!empty($id_record)) { $plugins = $dbo->fetchArray('SELECT id, title, options, options2 FROM zz_plugins WHERE idmodule_to='.prepare($id_module)." AND position='tab' AND enabled = 1 ORDER BY zz_plugins.order DESC"); foreach ($plugins as $plugin) { - - + + //Badge count per record plugin $count = 0; $opt = '';