From 7240d693de33dc3b66fadbf0d11c2f23be67ea24 Mon Sep 17 00:00:00 2001 From: cweiske Date: Tue, 19 Jan 2010 20:23:23 +0000 Subject: Implement request #2934872: Option to set the "no description" description. Patch by fnorder@users.sourceforge.net git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@615 b3834d28-1941-0410-a4f8-b48e95affb8f --- data/templates/bookmarks.tpl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/templates/bookmarks.tpl.php') diff --git a/data/templates/bookmarks.tpl.php b/data/templates/bookmarks.tpl.php index c6a87c2..9418563 100644 --- a/data/templates/bookmarks.tpl.php +++ b/data/templates/bookmarks.tpl.php @@ -334,7 +334,7 @@ if($currenttag!= '') { echo '\n"; if ($row['bDescription'] == '') { - $bkDescription = '-'; + $bkDescription = $GLOBALS['blankDescription']; } else { // Improve description display (anchors, links, ...) $bkDescription = preg_replace('|\[\/.*?\]|', '', filter($row['bDescription'])); // remove final anchor -- cgit v1.2.3