diff options
author | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-11-13 14:38:04 +0000 |
---|---|---|
committer | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-11-13 14:38:04 +0000 |
commit | 3a1d43597880d2c5d2043cc6ae4f9e6083f1f58d (patch) | |
tree | 9e1c866c7fd962378daa65e565a887284133128e /templates/bookmarks.tpl.php | |
parent | e44a7e37b6c7b5961adaffc62b9042b8d442938e (diff) | |
download | semanticscuttle-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/bookmarks.tpl.php')
-rw-r--r-- | templates/bookmarks.tpl.php | 3 |
1 files changed, 2 insertions, 1 deletions
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 '<li class="xfolkentry'. $access .'">'."\n"; if ($GLOBALS['enableWebsiteThumbnails']) { - echo '<a href="'. $address .'"'. $rel .' ><img class="thumbnail" src="http://www.artviper.net/screenshots/screener.php?sdx=1024&sdy=768&w=90&h=68&url='.$address.'"></a>'; + $thumbnailHash = md5($address.$GLOBALS['thumbnailsUserId'].$GLOBALS['thumbnailsKey']); + echo '<a href="'. $address .'"'. $rel .' ><img class="thumbnail" src="http://www.artviper.net/screenshots/screener.php?url='.$address.'&w=120&sdx=1280&userID='.$GLOBALS['thumbnailsUserId'].'&hash='.$thumbnailHash.'" /> '; } echo '<div>'; |