'.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)';
}
}
?>