diff options
Diffstat (limited to 'templates/bottom.inc.php')
-rw-r--r-- | templates/bottom.inc.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/bottom.inc.php b/templates/bottom.inc.php index 262ca2a..4ad9618 100644 --- a/templates/bottom.inc.php +++ b/templates/bottom.inc.php @@ -1,5 +1,14 @@ <!--following code is generated by templates/bottom.inc.php--> <div id="bottom"> +<?php +echo T_("Propulsed by "); +echo "<a href=\"https://sourceforge.net/projects/semanticscuttle/\">SemanticScuttle</a>"; + +if($GLOBALS['enableWebsiteThumbnails']) { + // Licence to the thumbnails provider (OBLIGATORY IF YOU USE ARTVIPER SERVICE) + echo " (<a href=\"http://www.artviper.net\" title=\"artViper designstudio\">thumbnails by artViper designstudio</a>)"; +} +?> </div> |