diff options
author | rub <rub@piwigo.org> | 2006-06-28 23:07:59 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2006-06-28 23:07:59 +0000 |
commit | 89bea59a725e76c746fba7d81cd85f2476110641 (patch) | |
tree | 0e3af0cc4fae932b27f7c5aa3e219d2c76a9a5da /template/yoga | |
parent | 48779cfaaaf763c510420cd3c419aa5de5463424 (diff) |
Issue ID 0000445:
Missing <div id="theHeader">{PAGE_BANNER}</div>
git-svn-id: http://piwigo.org/svn/trunk@1416 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga')
-rw-r--r-- | template/yoga/header.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/header.tpl b/template/yoga/header.tpl index 9fb16455f..d3685e3c0 100644 --- a/template/yoga/header.tpl +++ b/template/yoga/header.tpl @@ -39,4 +39,4 @@ the "text/nonsense" prevents gecko based browsers to load it --> </table> </div> <!-- END header_msgs --> -{PAGE_BANNER} +<div id="theHeader">{PAGE_BANNER}</div> |