summaryrefslogtreecommitdiff
path: root/templates/bottom.inc.php
diff options
context:
space:
mode:
authormensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f>2008-11-13 14:38:04 +0000
committermensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f>2008-11-13 14:38:04 +0000
commit3a1d43597880d2c5d2043cc6ae4f9e6083f1f58d (patch)
tree9e1c866c7fd962378daa65e565a887284133128e /templates/bottom.inc.php
parente44a7e37b6c7b5961adaffc62b9042b8d442938e (diff)
downloadsemanticscuttle-3a1d43597880d2c5d2043cc6ae4f9e6083f1f58d.tar.gz
semanticscuttle-3a1d43597880d2c5d2043cc6ae4f9e6083f1f58d.tar.bz2
Bug fix: correct artviper for identification [Config modified]
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@152 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'templates/bottom.inc.php')
-rw-r--r--templates/bottom.inc.php9
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>