diff options
author | Christian Weiske <cweiske@cweiske.de> | 2012-01-21 12:22:30 +0100 |
---|---|---|
committer | Christian Weiske <cweiske@cweiske.de> | 2012-01-21 12:22:30 +0100 |
commit | 1cf83b673247d6a84c0afad1f70e774f85125e8d (patch) | |
tree | 5eb2b01941240359c239452b7a903aa06752926d | |
parent | 335d6563b7f55f30e22bb74b4af6f0aea7ac0d27 (diff) | |
download | semanticscuttle-1cf83b673247d6a84c0afad1f70e774f85125e8d.tar.gz semanticscuttle-1cf83b673247d6a84c0afad1f70e774f85125e8d.tar.bz2 |
fix artviper title
-rw-r--r-- | data/templates/default/bottom.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/templates/default/bottom.inc.php b/data/templates/default/bottom.inc.php index 0c966a2..e48f593 100644 --- a/data/templates/default/bottom.inc.php +++ b/data/templates/default/bottom.inc.php @@ -9,7 +9,7 @@ echo " <a href=\"https://sourceforge.net/projects/semanticscuttle/\">SemanticScu if($GLOBALS['enableWebsiteThumbnails']) { // Licence to the thumbnails provider (OBLIGATORY IF YOU USE ARTVIPER SERVICE) - echo ' (Thumbnails by <script type="text/ecmascript" src="http://www.artviper.net/link.js"></script>)'; + echo ' (Thumbnails by <a href="http://www.artviper.net">webdesign</a>)'; } ?> |