From 7428a3467c28756c7d8c3ad848753aa2fcac3065 Mon Sep 17 00:00:00 2001 From: mensonge Date: Tue, 11 Mar 2008 12:36:23 +0000 Subject: New feature: website thumbnail git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@62 b3834d28-1941-0410-a4f8-b48e95affb8f --- templates/bookmarks.tpl.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'templates') diff --git a/templates/bookmarks.tpl.php b/templates/bookmarks.tpl.php index e4cfe04..90d1e58 100644 --- a/templates/bookmarks.tpl.php +++ b/templates/bookmarks.tpl.php @@ -157,6 +157,9 @@ window.onload = playerLoad; // Output echo '
  • '."\n"; + if ($GLOBALS['enableWebsiteThumbnails']) { + echo ''; + } echo '\n"; if ($row['bDescription'] != '') { echo '
    '. filter($row['bDescription']) ."
    \n"; @@ -164,6 +167,7 @@ window.onload = playerLoad; if(!isset($hash)) { echo '
    '.$address.'
    '; } + echo '
    '. date($GLOBALS['shortdate'], strtotime($row['bDatetime'])) . $cats . $copy . $edit ."
    \n"; echo "
  • \n"; } -- cgit v1.2.3-54-g00ecf