Changeset 4912
- Timestamp:
- 10/29/09 02:23:29 (4 weeks ago)
- Location:
- branches/greyhound
- Files:
-
- 3 modified
-
lib/MT/Theme.pm (modified) (1 diff)
-
themes/pico/templates/styles.mtml (modified) (1 diff)
-
themes/pico/theme.yaml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/greyhound/lib/MT/Theme.pm
r4885 r4912 300 300 my $src_dir = $theme->{static_path} || 'static'; 301 301 my $src_path = File::Spec->catdir($theme->path, $src_dir); 302 my $dest_path = File::Spec->catdir(MT->app->support_directory_path, 'theme static', $theme->id );302 my $dest_path = File::Spec->catdir(MT->app->support_directory_path, 'theme_static', $theme->id ); 303 303 304 304 require MT::FileMgr; -
branches/greyhound/themes/pico/templates/styles.mtml
r4872 r4912 1 @import url(<$MTStaticWebPath$>support/theme static/pico/style_library/base.css);2 @import url(<$MTStaticWebPath$>support/theme static/pico/style_library/pico-white/screen.css);1 @import url(<$MTStaticWebPath$>support/theme_static/pico/style_library/base.css); 2 @import url(<$MTStaticWebPath$>support/theme_static/pico/style_library/pico-white/screen.css); -
branches/greyhound/themes/pico/theme.yaml
r4911 r4912 24 24 stylecatcher_libraries: 25 25 pico: 26 url: '{{support}}theme static/pico/style_library/pico.html'26 url: '{{support}}theme_static/pico/style_library/pico.html' 27 27 label: Pico Styles 28 28 description_label: A collection of styles compatible with Pico themes.
