Skip to content
Snippets Groups Projects
Commit 56fa37cb authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Made the example theme display status messages.  Not sure why it wasn't.
parent 5b73def3
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -172,6 +172,8 @@ function theme_page($content, $title = NULL, $breadcrumb = NULL) { ...@@ -172,6 +172,8 @@ function theme_page($content, $title = NULL, $breadcrumb = NULL) {
$output .= "<small>$help</small><hr />"; $output .= "<small>$help</small><hr />";
} }
$output .= theme_status_messages();
$output .= "\n<!-- begin content -->\n"; $output .= "\n<!-- begin content -->\n";
$output .= $content; $output .= $content;
$output .= "\n<!-- end content -->\n"; $output .= "\n<!-- end content -->\n";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment