From 3df04e1ce435380d8560faaf67a91b88b7cfb3f6 Mon Sep 17 00:00:00 2001 From: mensonge Date: Sun, 1 Jun 2008 14:25:46 +0000 Subject: Interface fix: put order into RSS links git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@134 b3834d28-1941-0410-a4f8-b48e95affb8f --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.php') diff --git a/index.php b/index.php index b4bbe92..9684fdf 100644 --- a/index.php +++ b/index.php @@ -36,7 +36,7 @@ if (isset($_GET['action'])){ // Header variables $tplVars['loadjs'] = true; $tplVars['rsschannels'] = array( - array(sprintf(T_('%s: Recent bookmarks'), $sitename), createURL('rss')) + array(sprintf(T_('%s: Recent bookmarks'), $sitename), createURL('rss').'?sort='.getSortOrder()) ); if ($usecache) { -- cgit v1.2.3