From d3642f6b0ed1ee5a7654fe7eff375ca1212c267d Mon Sep 17 00:00:00 2001 From: mensonge Date: Sun, 15 Mar 2009 15:52:37 +0000 Subject: Interface Fix: add possible messages in configuration file for footer or sidebar git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@309 b3834d28-1941-0410-a4f8-b48e95affb8f --- templates/bookmarks.tpl.php | 2 -- templates/bottom.inc.php | 1 + templates/sidebar.tpl.php | 5 ++++- 3 files changed, 5 insertions(+), 3 deletions(-) (limited to 'templates') diff --git a/templates/bookmarks.tpl.php b/templates/bookmarks.tpl.php index 09b1d95..a7cc184 100644 --- a/templates/bookmarks.tpl.php +++ b/templates/bookmarks.tpl.php @@ -115,8 +115,6 @@ switch(getSortOrder()) { $titleSort = 'title_asc'; break; } -//$dateSort = (getSortOrder()=='date_desc')? 'date_asc':'date_desc'; -//$titleSort = (getSortOrder()=='title_asc')? 'title_desc':'title_asc'; ?> / /
+ SemanticScuttle"; diff --git a/templates/sidebar.tpl.php b/templates/sidebar.tpl.php index ad5c74f..e823af5 100644 --- a/templates/sidebar.tpl.php +++ b/templates/sidebar.tpl.php @@ -6,11 +6,14 @@ includeTemplate('sidebar.block.'. $sidebar_blocks[$i]); } + +echo $GLOBALS['sidebarBottomMessage']; ?> -
\ No newline at end of file + -- cgit v1.2.3