diff options
author | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-02-16 10:38:11 +0000 |
---|---|---|
committer | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-02-16 10:38:11 +0000 |
commit | a81ad1655fd7043c1734109c87b04d98badd5bc8 (patch) | |
tree | fe150536090b8ae447d04e7a36b4200c49252687 /constants.inc.php | |
parent | 0a7fb9da2e5aa6906dbbc64254bb0375c75820f0 (diff) | |
download | semanticscuttle-a81ad1655fd7043c1734109c87b04d98badd5bc8.tar.gz semanticscuttle-a81ad1655fd7043c1734109c87b04d98badd5bc8.tar.bz2 |
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 'constants.inc.php')
-rw-r--r-- | constants.inc.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/constants.inc.php b/constants.inc.php index 8078141..681a141 100644 --- a/constants.inc.php +++ b/constants.inc.php @@ -39,6 +39,7 @@ define('CRITICAL_ERROR', 204); // Page name define('PAGE_INDEX', "index"); define('PAGE_BOOKMARKS', "bookmarks"); +define('PAGE_WATCHLIST', "watchlist"); // Miscellanous |