diff options
Diffstat (limited to 'themes/chameleon/chameleon.theme')
-rw-r--r-- | themes/chameleon/chameleon.theme | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/chameleon/chameleon.theme b/themes/chameleon/chameleon.theme index aeac570d9..4536ec282 100644 --- a/themes/chameleon/chameleon.theme +++ b/themes/chameleon/chameleon.theme @@ -80,12 +80,12 @@ function chameleon_page($content, $show_blocks = TRUE, $show_messages = TRUE) { $output .= $tabs; } - $output .= theme('help'); - if ($show_messages) { $output .= theme('status_messages'); } + $output .= theme('help'); + $output .= "\n<!-- begin content -->\n"; $output .= $content; $output .= drupal_get_feeds(); |