aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ComponentUI
diff options
context:
space:
mode:
authormatthewt <matthewt@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2007-12-20 21:35:39 +0000
committermatthewt <matthewt@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2007-12-20 21:35:39 +0000
commitffaab716485cfcbde004e193e54b4de0ad7c02d5 (patch)
treee9d444cff3c0b686545a08b39673ceb0dcca14f8 /lib/ComponentUI
parent6631586fe2e60a9233b3b3850dadca9faa0d3d4f (diff)
parent27ebb6867622f4bf23121fc682d51b67a8efa290 (diff)
downloadreaction-ffaab716485cfcbde004e193e54b4de0ad7c02d5.tar.gz
reaction-ffaab716485cfcbde004e193e54b4de0ad7c02d5.zip
r59848@cain (orig r399): matthewt | 2007-11-09 14:40:08 +0000
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')];
};