summaryrefslogtreecommitdiffstatshomepage
path: root/watchlist.php
diff options
context:
space:
mode:
authorGravatar mensonge2009-02-16 10:38:11 +0000
committerGravatar mensonge2009-02-16 10:38:11 +0000
commita81ad1655fd7043c1734109c87b04d98badd5bc8 (patch)
treefe150536090b8ae447d04e7a36b4200c49252687 /watchlist.php
parent0a7fb9da2e5aa6906dbbc64254bb0375c75820f0 (diff)
downloadscuttle-a81ad1655fd7043c1734109c87b04d98badd5bc8.tar.gz
scuttle-a81ad1655fd7043c1734109c87b04d98badd5bc8.zip
Interface fix: remove admin colors on watchlist page.
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@279 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'watchlist.php')
-rw-r--r--watchlist.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/watchlist.php b/watchlist.php
index a64315f..cd3a000 100644
--- a/watchlist.php
+++ b/watchlist.php
@@ -108,6 +108,7 @@ if ($user) {
$tplVars['pagetitle'] = $title;
$tplVars['subtitle'] = $title;
$tplVars['range'] = 'watchlist';
+ $tplVars['pageName'] = PAGE_WATCHLIST;
$tplVars['rsschannels'] = array(
array(filter($sitename .': '. $title), createURL('rss', 'watchlist/'. filter($user, 'url')))