diff options
author | Romain d'Alverny <rda@mageia.org> | 2012-06-30 17:44:29 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2012-06-30 17:44:29 +0000 |
commit | 7b27487c4dea5274c7a1bc3d6578b54f3ef5554d (patch) | |
tree | 2b3b7c1bf3565c0d7919631334e39c338f693f28 /root/template | |
parent | 120bbaac923af4f912cdfd7826b3a328947cc6cd (diff) | |
download | identity-7b27487c4dea5274c7a1bc3d6578b54f3ef5554d.tar identity-7b27487c4dea5274c7a1bc3d6578b54f3ef5554d.tar.gz identity-7b27487c4dea5274c7a1bc3d6578b54f3ef5554d.tar.bz2 identity-7b27487c4dea5274c7a1bc3d6578b54f3ef5554d.tar.xz identity-7b27487c4dea5274c7a1bc3d6578b54f3ef5554d.zip |
style update
Diffstat (limited to 'root/template')
-rw-r--r-- | root/template/html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/root/template/html b/root/template/html index d6efde9..a363870 100644 --- a/root/template/html +++ b/root/template/html @@ -13,8 +13,10 @@ </head> <body class="you"> [% PROCESS template/header %] - <div id="mgnavdoc">[% content %]</div> - [% PROCESS template/footer %] + <div id="mgnavdoc"> + [% content %] + [% PROCESS template/footer %] + </div> <script src="//nav.mageia.org/js/"></script> </body> </html> |