Changeset 1439
- Timestamp:
- 03/03/08 06:23:20 (9 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/release-30/default_templates/main_index.mtml
r1423 r1439 6 6 <link rel="EditURI" type="application/rsd+xml" title="RSD" href="<$MTLink template="rsd"$>" /> 7 7 </mt:setvarblock> 8 </MTIf>9 8 <MTSetVarBlock name="title"><$MTBlogName encode_html="1"$></MTSetVarBlock> 10 9 branches/release-30/plugins/WidgetManager/lib/WidgetManager/CMS.pm
r1238 r1439 312 312 foreach my $widget ( @{ $widgetset->{widgets} } ) { 313 313 my $name = plugin()->translate($widget); 314 push @ids, $widgets{$name} ;314 push @ids, $widgets{$name} if $widgets{$name}; 315 315 } 316 316 $modulesets->{$label} = join ',', @ids;
