summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorGravatar buckaroo-labs2023-12-20 19:35:08 -0800
committerGravatar GitHub2023-12-20 19:35:08 -0800
commita31eec599c12d86767fd181ef8c4da657538f543 (patch)
treebd023cf9e566e7805fe9ca5eddc28ee689033a17
parent61f6cf47898c6125ed53b046a0a5ca07831b27ad (diff)
downloadscuttle-a31eec599c12d86767fd181ef8c4da657538f543.tar.gz
scuttle-a31eec599c12d86767fd181ef8c4da657538f543.zip
Update bottom.inc.php
avoid warning
-rw-r--r--data/templates/sscuttlizr/bottom.inc.php4
1 files changed, 3 insertions, 1 deletions
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 '<a href="'.createURL('about').'">'.T_('About').'</a>';
echo ' - ';
echo T_("Propulsed by ");
echo " <a href=\"https://sourceforge.net/projects/semanticscuttle/\">SemanticScuttle</a>";
-
+//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 <a href="http://www.artviper.net">webdesign</a>)';
}
+}
?>
</div>