diff options
Diffstat (limited to 'template/yoga/header.tpl')
-rw-r--r-- | template/yoga/header.tpl | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/template/yoga/header.tpl b/template/yoga/header.tpl index 8ba0ce6b3..929724a1d 100644 --- a/template/yoga/header.tpl +++ b/template/yoga/header.tpl @@ -30,5 +30,13 @@ the "text/nonsense" prevents gecko based browsers to load it --> <body id="{BODY_ID}"> <div id="the_page"> - {PAGE_BANNER} +<!-- BEGIN warnings --> +<div class="infos"> + <ul> + <!-- BEGIN warning --> + <li>{warnings.warning.WARNING}</li> + <!-- END warning --> + </ul> +</div> +<!-- END warnings --> |