Changeset 1029

Show
Ignore:
Timestamp:
09/05/08 00:51:02 (3 months ago)
Author:
mpaschal
Message:

that wasn't spacing

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/StyleCatcher-2.1-dev/plugins/StyleCatcher/lib/StyleCatcher/CMS.pm

    r1028 r1029  
    643643        } 
    644644        else { 
    645             $file = File::Spec->catfile( $url, $theme, "screen.css" ); 
     645            $file = File::Spec->catfile( $url, "screen.css" ); 
    646646            if ( -e $file ) { 
    647647                $stylesheet = file_mgr()->get_data($file); 
     
    709709        } 
    710710        else { 
    711             my $thumb_path = File::Spec->catfile($themeroot, $theme, 
     711            my $thumb_path = File::Spec->catfile($themeroot, 
    712712                $thumb_filename); 
    713713            if (-e $thumb_path) {