summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
Diffstat (limited to 'includes')
-rw-r--r--includes/theme.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/theme.inc b/includes/theme.inc
index c7c7c4887..efc35721d 100644
--- a/includes/theme.inc
+++ b/includes/theme.inc
@@ -172,6 +172,8 @@ function theme_page($content, $title = NULL, $breadcrumb = NULL) {
$output .= "<small>$help</small><hr />";
}
+ $output .= theme_status_messages();
+
$output .= "\n<!-- begin content -->\n";
$output .= $content;
$output .= "\n<!-- end content -->\n";