From 3a1d43597880d2c5d2043cc6ae4f9e6083f1f58d Mon Sep 17 00:00:00 2001 From: mensonge Date: Thu, 13 Nov 2008 14:38:04 +0000 Subject: 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 --- templates/bookmarks.tpl.php | 3 ++- templates/bottom.inc.php | 9 +++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/bookmarks.tpl.php b/templates/bookmarks.tpl.php index afd6c91..ae3e08b 100644 --- a/templates/bookmarks.tpl.php +++ b/templates/bookmarks.tpl.php @@ -191,7 +191,8 @@ window.onload = playerLoad; // Output echo '
  • '."\n"; if ($GLOBALS['enableWebsiteThumbnails']) { - echo ''; + $thumbnailHash = md5($address.$GLOBALS['thumbnailsUserId'].$GLOBALS['thumbnailsKey']); + echo ' '; } echo '
    '; 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 @@
    +SemanticScuttle"; + +if($GLOBALS['enableWebsiteThumbnails']) { + // Licence to the thumbnails provider (OBLIGATORY IF YOU USE ARTVIPER SERVICE) + echo " (thumbnails by artViper designstudio)"; +} +?>
    -- cgit v1.2.3-54-g00ecf