aboutsummaryrefslogtreecommitdiffstats
path: root/root
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2010-12-21 00:02:36 +0000
committerMichael Scherer <misc@mageia.org>2010-12-21 00:02:36 +0000
commit2ab86e2030d2d783ea133eab8ede739106f1075a (patch)
treeec05d2908addb853be3fc67987bd3d097b2835ce /root
parent5a49496520bc0eae3028e702b13552cfc3c29256 (diff)
downloadidentity-2ab86e2030d2d783ea133eab8ede739106f1075a.tar
identity-2ab86e2030d2d783ea133eab8ede739106f1075a.tar.gz
identity-2ab86e2030d2d783ea133eab8ede739106f1075a.tar.bz2
identity-2ab86e2030d2d783ea133eab8ede739106f1075a.tar.xz
identity-2ab86e2030d2d783ea133eab8ede739106f1075a.zip
revert commit 179
Diffstat (limited to 'root')
-rw-r--r--root/template/layout6
1 files changed, 3 insertions, 3 deletions
diff --git a/root/template/layout b/root/template/layout
index 7bd9855..bd9201a 100644
--- a/root/template/layout
+++ b/root/template/layout
@@ -1,8 +1,8 @@
<div id="doc" class="yui-t7">
- <div id="hd" >
+ <div id="hd" role="banner">
[% PROCESS template/header %]
</div>
- <div id="bd" >
+ <div id="bd" role="main">
<div class="yui-g">
<ul id="nav">
[% FOREACH subpage IN subpages %]
@@ -31,7 +31,7 @@
</div>
</div>
</div>
- <div id="ft" >
+ <div id="ft" role="contentinfo">
[% PROCESS template/footer %]
</div>
</div>