Changeset 1449
- Timestamp:
- 03/04/08 00:46:54 (9 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/release-30/plugins/WidgetManager/lib/WidgetManager/CMS.pm
r1439 r1449 288 288 label => '2-column layout - Sidebar', 289 289 widgets => [ 290 'Search', 'About This Page', 291 'Home Page Widgets', 'Archives', 292 'Page Listing', 'Syndication', 290 'Search', 291 'About This Page', 292 'Home Page Widgets Group', 293 'Archive Widgets Group', 294 'Page Listing', 295 'Syndication', 293 296 'Powered By', 294 297 ], … … 296 299 { 297 300 label => '3-column layout - Primary Sidebar', 298 widgets => [ 'Archives', 'Page Listing', 'Syndication', 'Powered By', ], 301 widgets => [ 302 'Archive Widgets Group', 303 'Page Listing', 304 'Syndication', 305 'Powered By', 306 ], 299 307 }, 300 308 { 301 309 label => '3-column layout - Secondary Sidebar', 302 widgets => [ 'Search', 'Home Page Widgets', 'About This Page', ], 310 widgets => [ 311 'Search', 312 'Home Page Widgets Group', 313 'About This Page', 314 ], 303 315 }, 304 316 ];
