diff options
Diffstat (limited to 'includes/config.inc')
-rw-r--r-- | includes/config.inc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/includes/config.inc b/includes/config.inc index 2b889c944..d1cd0b48a 100644 --- a/includes/config.inc +++ b/includes/config.inc @@ -57,9 +57,9 @@ $categories = array("Announcements", "Computers & Internet", "Drop.org", "Entertainment", - "Freedom", - "Government", "News & Media", + "Politics & Freedom", + "Reviews", "Science", "Society & Culture"); @@ -76,6 +76,8 @@ $anonymous = "Anonymous Chicken"; # # Themes: +# the first theme listed in the associative array `$themes' will +# automatically become the default theme. # $themes = array("Marvin" => array( "themes/marvin/marvin.theme", |