Style Switcher Problem
-
I had Alex’s style switcher working great with 1.0, but I can’t seem to get it to work with 1.2. The problem seems to be this:
The instructions say to find and replace the line
@import url( <?php echo $siteurl; ?>/wp-layout.css );
and replace it with
@import url( <?php wp_stylesheet(); ?> );
BUT Mingus 1.2 final does not have this line, it has
@import url( <?php echo get_settings('siteurl'); ?>/wp-layout.css );
So, it seems that Mingus uses a slightly different method for getting the style sheet. Anyone know how to adapt Alex’s line to make the style switcher work with Mingus?
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Style Switcher Problem’ is closed to new replies.