summaryrefslogtreecommitdiffstatshomepage
path: root/data/templates/bookmarks-thumbnail.inc.tpl.php
diff options
context:
space:
mode:
authorGravatar Mark Pemberton2011-06-04 00:38:07 -0400
committerGravatar Mark Pemberton2011-06-04 00:38:07 -0400
commitb628e63e015bc3b2eadc712feaa6c4d05cf75bbd (patch)
treeebdcec5c8133a3b6f86d06dc3f6fb3de46609f04 /data/templates/bookmarks-thumbnail.inc.tpl.php
parent84e603aa91a303a1419962ff3ff6086710a7b1a9 (diff)
parent4c8a53c5bc632302aaf8978e711eb53a03166db5 (diff)
downloadscuttle-b628e63e015bc3b2eadc712feaa6c4d05cf75bbd.tar.gz
scuttle-b628e63e015bc3b2eadc712feaa6c4d05cf75bbd.zip
Merge branch 'master' into privatekey2
Conflicts: data/templates/default/bookmarks.tpl.php
Diffstat (limited to 'data/templates/bookmarks-thumbnail.inc.tpl.php')
-rw-r--r--data/templates/bookmarks-thumbnail.inc.tpl.php18
1 files changed, 0 insertions, 18 deletions
diff --git a/data/templates/bookmarks-thumbnail.inc.tpl.php b/data/templates/bookmarks-thumbnail.inc.tpl.php
deleted file mode 100644
index 200b8f7..0000000
--- a/data/templates/bookmarks-thumbnail.inc.tpl.php
+++ /dev/null
@@ -1,18 +0,0 @@
-<?php
-/**
- * Bookmark thumbnail image
- * Shows the website thumbnail for the bookmark.
- *
- * Expects a $row variable with bookmark data.
- */
-if (!$GLOBALS['enableWebsiteThumbnails']) {
- return;
-}
-
-$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 '<img class="thumbnail" onclick="window.location.href=\''.$address.'\'" src="http://www.artviper.net/screenshots/screener.php?url='.$address.'&w=120&sdx=1280&userID='.$GLOBALS['thumbnailsUserId'].'&hash='.$thumbnailHash.'" />';
-
-?> \ No newline at end of file