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 --- tags.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tags.php') 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 -- cgit v1.2.3-54-g00ecf