Changeset 4914
- Timestamp:
- 10/29/09 02:45:55 (4 weeks ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/greyhound/plugins/StyleCatcher/lib/StyleCatcher/CMS.pm
r4887 r4914 308 308 my $theme = $blog->theme; 309 309 my ( $id, $base ) = ( $theme->id, $blog_tset->{base_css} ); 310 $base_css_url = "theme static/$id/$base";310 $base_css_url = "theme_static/$id/$base"; 311 311 } 312 312 else {
