diff options
author | nikrou <nikrou@piwigo.org> | 2006-06-22 21:34:23 +0000 |
---|---|---|
committer | nikrou <nikrou@piwigo.org> | 2006-06-22 21:34:23 +0000 |
commit | 887bbb6ddbd43e13823879f582955957140a9f4c (patch) | |
tree | 66342fb97e3572083df6c313472512a6f036e951 /template | |
parent | 2f077a3c97c6f0c2d8e5fe0a8af070a3f4cef11e (diff) |
fix bug 375: html bug; warnings are displayed outside from the html tree.
svn merge -r1379:1380 from trunk into branch 1.6
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1381 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template')
-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 --> |