summaryrefslogtreecommitdiff
path: root/themes/unconed/unconed.theme
diff options
context:
space:
mode:
Diffstat (limited to 'themes/unconed/unconed.theme')
-rw-r--r--themes/unconed/unconed.theme5
1 files changed, 5 insertions, 0 deletions
diff --git a/themes/unconed/unconed.theme b/themes/unconed/unconed.theme
index cee33d4db..386d9507d 100644
--- a/themes/unconed/unconed.theme
+++ b/themes/unconed/unconed.theme
@@ -77,9 +77,14 @@ function unconed_header() {
<?php
print theme("breadcrumb", drupal_get_breadcrumb());
print "<h1>" . drupal_get_title() . "</h1>";
+
if ($help = menu_get_active_help()) {
print "<small>$help</small><hr />";
}
+
+ if ($message = drupal_get_message()) {
+ $output .= "<b>". t("Status") ."</b>: ". $message->message ."<hr />";
+ }
}
function unconed_node($node, $main = 0, $page = 0) {