diff options
Diffstat (limited to 'themes/marvin/marvin.theme')
-rw-r--r-- | themes/marvin/marvin.theme | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/marvin/marvin.theme b/themes/marvin/marvin.theme index 5c92a6970..c0c969e8f 100644 --- a/themes/marvin/marvin.theme +++ b/themes/marvin/marvin.theme @@ -62,6 +62,10 @@ function marvin_header() { $output .= "<small>$help</small><hr />"; } + if ($message = drupal_get_message()) { + $output .= "<b>". t("Status") ."</b>: ". $message->message ."<hr />"; + } + return $output; } |