diff --git a/admin/survey/SurveyAdmin.php b/admin/survey/SurveyAdmin.php index 6ff073f75..0d2658644 100644 --- a/admin/survey/SurveyAdmin.php +++ b/admin/survey/SurveyAdmin.php @@ -2061,9 +2061,9 @@ class SurveyAdmin if (Common::checkModule('gorenje')){ echo ' '.$lang['srv_footer_reportabug'].''; } - elseif(isAAI()){ + /*elseif(isAAI()){ echo ' '.$lang['srv_footer_reportabug'].''; - } + }*/ else{ // Slovenski jezik if ($lang['id'] == 1){ @@ -2073,11 +2073,12 @@ class SurveyAdmin echo ''.$lang['srv_footer_reportabug2'].''; } // Angleski jezik - else + else{ echo ' '.$lang['srv_footer_reportabug'].''; // Zacasen gumb na desni echo ''.$lang['srv_footer_reportabug2'].''; + } } echo '';