View Single Post
  #2  
Old 05-13-2008, 01:31 PM
kevincrafts's Avatar
kevincrafts Offline
pixelpost guru
 
Join Date: Jul 2007
Location: Colorado
Posts: 434
Look for this:

<link rel="stylesheet" type="text/css" href="templates/switchy/styles/light.css" title="light" />
<link rel="alternate stylesheet" type="text/css" href="templates/switchy/styles/dark.css" title="dark" />

Change it to this:

<link rel="stylesheet" type="text/css" href="templates/switchy/styles/dark.css" title="dark" />


Also, remove the link to the styleswitcher:

<script type="text/javascript" src="templates/switchy/js/styleswitcher.js"></script>
__________________
Kevin | Light & Dark Photoblog

Reply With Quote