<td class="forminp"> <select name="adminArray[stylesheet]" id="stylesheet" style="width: 400px;"> <option <?php if (get_option("stylesheet") == "default.css") { echo ' selected="selected"'; } ?>>default.css</option> <option <?php if (get_option("stylesheet") == "blue.css") { echo ' selected="selected"'; } ?>>blue.css</option> <option <?php if (get_option("stylesheet") == "green.css") { echo ' selected="selected"'; } ?>>green.css</option> <option <?php if (get_option("stylesheet") == "pink.css") { echo ' selected="selected"'; } ?>>pink.css</option> <option <?php if (get_option("stylesheet") == "red.css") { echo ' selected="selected"'; } ?>>red.css</option> </select> </td>
<link rel="stylesheet" type="text/css" href="http://www.mysite.com/wp-content/themes/r-and-f.css/style.css" media="screen" />
There are currently 1 users browsing this thread. (0 members and 1 guests)