diff options
Diffstat (limited to 'template/yoga/header.tpl')
-rw-r--r-- | template/yoga/header.tpl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/template/yoga/header.tpl b/template/yoga/header.tpl index d3b48b65b..3e01c9fe9 100644 --- a/template/yoga/header.tpl +++ b/template/yoga/header.tpl @@ -32,3 +32,12 @@ the "text/nonsense" prevents gecko based browsers to load it --> <div id="the_page"> <div id="theHeader">{PAGE_BANNER}</div> +<!-- BEGIN warnings --> +<div class="infos"> + <ul> + <!-- BEGIN warning --> + <li>{warnings.warning.WARNING}</li> + <!-- END warning --> + </ul> +</div> +<!-- END warnings --> |