Advertisement
Guest User

Untitled

a guest
Dec 14th, 2011
303
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. <style type="text/css" media="screen">
  2. @import url( <?php bloginfo('template_url'); ?>/css/style.css);
  3. @import url( <?php bloginfo('template_url'); ?>/css/nivo-slider.css);
  4. <?php
  5. if ($cearti_skin == 'dark') {
  6. ?>
  7. @import url( <?php bloginfo('template_url'); ?>/css/dark.css);
  8. @import url( <?php bloginfo('template_url'); ?>/css/<?php echo($cearti_color); ?>-dark.css);
  9. <?php
  10. } else {
  11. ?>
  12. @import url( <?php bloginfo('template_url'); ?>/css/<?php echo($cearti_color); ?>.css);
  13. <?php
  14. }
  15. ?>
  16. @import url( <?php bloginfo('template_url'); ?>/prettyPhoto/css/prettyPhoto.css);
  17. </style>
  18.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement