Changeset 1439

Show
Ignore:
Timestamp:
03/03/08 06:23:20 (9 months ago)
Author:
auno
Message:

Removed unnecessary mtif closing and empty default widget for building page of initial installation.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/release-30/default_templates/main_index.mtml

    r1423 r1439  
    66    <link rel="EditURI" type="application/rsd+xml" title="RSD" href="<$MTLink template="rsd"$>" /> 
    77</mt:setvarblock> 
    8 </MTIf> 
    98<MTSetVarBlock name="title"><$MTBlogName encode_html="1"$></MTSetVarBlock> 
    109 
  • branches/release-30/plugins/WidgetManager/lib/WidgetManager/CMS.pm

    r1238 r1439  
    312312        foreach my $widget ( @{ $widgetset->{widgets} } ) { 
    313313            my $name = plugin()->translate($widget); 
    314             push @ids, $widgets{$name}
     314            push @ids, $widgets{$name} if $widgets{$name}
    315315        } 
    316316        $modulesets->{$label} = join ',', @ids;