diff options
-rw-r--r-- | root/template/layout | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/root/template/layout b/root/template/layout index bd9201a..7bd9855 100644 --- a/root/template/layout +++ b/root/template/layout @@ -1,8 +1,8 @@ <div id="doc" class="yui-t7"> - <div id="hd" role="banner"> + <div id="hd" > [% PROCESS template/header %] </div> - <div id="bd" role="main"> + <div id="bd" > <div class="yui-g"> <ul id="nav"> [% FOREACH subpage IN subpages %] @@ -31,7 +31,7 @@ </div> </div> </div> - <div id="ft" role="contentinfo"> + <div id="ft" > [% PROCESS template/footer %] </div> </div> |