diff --git a/data/templates/sscuttlizr/bottom.inc.php b/data/templates/sscuttlizr/bottom.inc.php
index 4e5b226..3cb3ae8 100644
--- a/data/templates/sscuttlizr/bottom.inc.php
+++ b/data/templates/sscuttlizr/bottom.inc.php
@@ -5,11 +5,13 @@ echo ''.T_('About').'';
echo ' - ';
echo T_("Propulsed by ");
echo " SemanticScuttle";
-
+//2023-12-20 add if block to avoid warning
+if (isset($GLOBALS['enableWebsiteThumbnails'])) {
if($GLOBALS['enableWebsiteThumbnails']) {
// Licence to the thumbnails provider (OBLIGATORY IF YOU USE ARTVIPER SERVICE)
echo ' (Thumbnails by webdesign)';
}
+}
?>