summaryrefslogtreecommitdiffstatshomepage
path: root/tags.php
diff options
context:
space:
mode:
authorGravatar mensonge2008-06-01 14:25:46 +0000
committerGravatar mensonge2008-06-01 14:25:46 +0000
commit3df04e1ce435380d8560faaf67a91b88b7cfb3f6 (patch)
treef0297d14874502dd568bab6b61c1b71432f20d9f /tags.php
parent05602d9aaf42e2e678182b02d091c07434ea614d (diff)
downloadscuttle-3df04e1ce435380d8560faaf67a91b88b7cfb3f6.tar.gz
scuttle-3df04e1ce435380d8560faaf67a91b88b7cfb3f6.zip
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 'tags.php')
-rw-r--r--tags.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tags.php b/tags.php
index e44c592..599b6fb 100644
--- a/tags.php
+++ b/tags.php
@@ -53,7 +53,7 @@ if ($usecache) {
$tplVars['pagetitle'] = $pagetitle;
$tplVars['loadjs'] = true;
$tplVars['rsschannels'] = array(
- array(filter($sitename .': '. $pagetitle), createURL('rss', 'all/'. filter($cat, 'url')))
+ array(filter($sitename .': '. $pagetitle), createURL('rss', 'all/'. filter($cat, 'url')).'?sort='.getSortOrder())
);
// Pagination