diff options
author | cweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2010-01-29 07:28:48 +0000 |
---|---|---|
committer | cweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2010-01-29 07:28:48 +0000 |
commit | c1aea5a055a286edaa5824200914fe3eca740e30 (patch) | |
tree | 57d11c93107c8dfb7d5d67367a2ce0ab6a715865 /data | |
parent | 560ea7c372069c6161535e7e285c6a3b2c9619de (diff) | |
download | semanticscuttle-c1aea5a055a286edaa5824200914fe3eca740e30.tar.gz semanticscuttle-c1aea5a055a286edaa5824200914fe3eca740e30.tar.bz2 |
Fix bug #2843523: ArtViper thumbnail license change
reflected by using the javascript backlink
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@623 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'data')
-rw-r--r-- | data/templates/bottom.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/templates/bottom.inc.php b/data/templates/bottom.inc.php index a1b65bf..6ce3f40 100644 --- a/data/templates/bottom.inc.php +++ b/data/templates/bottom.inc.php @@ -9,7 +9,7 @@ echo "<a href=\"https://sourceforge.net/projects/semanticscuttle/\">SemanticScut 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>)"; + echo ' (Thumbnails by <script type="text/ecmascript" src="http://www.artviper.net/link.js"></script>)'; } ?> |