Changeset 1029
- Timestamp:
- 09/05/08 00:51:02 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/StyleCatcher-2.1-dev/plugins/StyleCatcher/lib/StyleCatcher/CMS.pm
r1028 r1029 643 643 } 644 644 else { 645 $file = File::Spec->catfile( $url, $theme,"screen.css" );645 $file = File::Spec->catfile( $url, "screen.css" ); 646 646 if ( -e $file ) { 647 647 $stylesheet = file_mgr()->get_data($file); … … 709 709 } 710 710 else { 711 my $thumb_path = File::Spec->catfile($themeroot, $theme,711 my $thumb_path = File::Spec->catfile($themeroot, 712 712 $thumb_filename); 713 713 if (-e $thumb_path) {
