summaryrefslogtreecommitdiff
path: root/includes/theme.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2001-01-20 12:58:47 +0000
committerDries Buytaert <dries@buytaert.net>2001-01-20 12:58:47 +0000
commit8b4181d0852c58538151853d18c7deab1fe6344e (patch)
treecf5bfeb3d4291d17028c6ff813ab7c2f55410f79 /includes/theme.inc
parente25c50b994ced3822bafd84d2358eddbdecf852f (diff)
downloadbrdo-8b4181d0852c58538151853d18c7deab1fe6344e.tar.gz
brdo-8b4181d0852c58538151853d18c7deab1fe6344e.tar.bz2
- 2 more bugfixes
Diffstat (limited to 'includes/theme.inc')
-rw-r--r--includes/theme.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/theme.inc b/includes/theme.inc
index da6f22797..166470e10 100644
--- a/includes/theme.inc
+++ b/includes/theme.inc
@@ -62,7 +62,7 @@ function theme_blocks($region, $theme) {
global $id, $PHP_SELF, $user;
switch (strtok($PHP_SELF, ".")) {
- case "/discussion":
+ case "/story":
if ($user->id) $story = db_fetch_object(db_query("SELECT * FROM stories WHERE id = '$id'"));
if ($story->status == 1) theme_moderation_results($theme, $story);
else theme_new_headlines($theme);