aboutsummaryrefslogtreecommitdiffstats
path: root/share/skin/default
diff options
context:
space:
mode:
authormatthewt <matthewt@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2008-01-29 11:35:18 +0000
committermatthewt <matthewt@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2008-01-29 11:35:18 +0000
commit1c41e332e495bee30ba8c31d44023fddb7e2602b (patch)
tree294fa23183b6a317ec8ef3a7100514680ebd4d36 /share/skin/default
parent5976ddc40b95fb45edc007e8bb67d0db58d3bb2e (diff)
downloadreaction-1c41e332e495bee30ba8c31d44023fddb7e2602b.tar.gz
reaction-1c41e332e495bee30ba8c31d44023fddb7e2602b.zip
container widget
Diffstat (limited to 'share/skin/default')
-rw-r--r--share/skin/default/layout/layout.tt6
1 files changed, 4 insertions, 2 deletions
diff --git a/share/skin/default/layout/layout.tt b/share/skin/default/layout/layout.tt
index 95cc025..15b535b 100644
--- a/share/skin/default/layout/layout.tt
+++ b/share/skin/default/layout/layout.tt
@@ -1,3 +1,5 @@
+=widget Container
+
=for layout widget
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
@@ -25,7 +27,7 @@
<div id="contents">
<div id="wrapper">
[% sidebar %]
- [% main_content %]
+ [% inner %]
</div>
<div class="spacer"></div>
</div>
@@ -34,7 +36,7 @@
</html>
-=for layout main_content
+=for layout inner
<!-- main content start -->
[% call_next %]
<!-- main content end -->