aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ComponentUI
diff options
context:
space:
mode:
authormatthewt <matthewt@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2007-11-09 14:40:08 +0000
committermatthewt <matthewt@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2007-11-09 14:40:08 +0000
commit27ebb6867622f4bf23121fc682d51b67a8efa290 (patch)
tree7fe04e5c97d6c0565fb5a35ca4c0fcd205be9f19 /lib/ComponentUI
parent2e3dcc8dc99e79c1b41dcc28061f1f54d36672a2 (diff)
downloadreaction-27ebb6867622f4bf23121fc682d51b67a8efa290.tar.gz
reaction-27ebb6867622f4bf23121fc682d51b67a8efa290.zip
switch over to sub style from AUTOLOAD style (Widget transition)
Diffstat (limited to 'lib/ComponentUI')
-rw-r--r--lib/ComponentUI/View/Site/Widget/Layout.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ComponentUI/View/Site/Widget/Layout.pm b/lib/ComponentUI/View/Site/Widget/Layout.pm
index 36276a2..ad1953b 100644
--- a/lib/ComponentUI/View/Site/Widget/Layout.pm
+++ b/lib/ComponentUI/View/Site/Widget/Layout.pm
@@ -9,7 +9,7 @@ class Layout which {
fragment menu [ string { "DUMMY" } ];
fragment sidebar [ string { "Sidebar Shit" } ];
fragment header [ string { "DUMMY" } ];
- fragment main_content [ viewport over func('viewport', 'inner')];
+ fragment main_content [ viewport => over func('viewport', 'inner')];
};