summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authormensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f>2008-06-01 14:25:46 +0000
committermensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f>2008-06-01 14:25:46 +0000
commit3df04e1ce435380d8560faaf67a91b88b7cfb3f6 (patch)
treef0297d14874502dd568bab6b61c1b71432f20d9f /index.php
parent05602d9aaf42e2e678182b02d091c07434ea614d (diff)
downloadsemanticscuttle-3df04e1ce435380d8560faaf67a91b88b7cfb3f6.tar.gz
semanticscuttle-3df04e1ce435380d8560faaf67a91b88b7cfb3f6.tar.bz2
Interface fix: put order into RSS links
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@134 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
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) {