Igloo News Updated to Version 1.0.3

December 7th, 2008

I made mistake with my last version, it is no major bug or anything, the problem was with style switching on front page. As I use the same release in my demo version I forgot to delete some useless style-switch drop downs and feedback link in released version 1.0.2.

You can delete this manually or just overwrite theme header.php file if you haven’t customized it of course. Please download latest version 1.0.3 here:

Delete this:

<link rel=”alternate stylesheet” type=”text/css” href=”<?php bloginfo(‘template_directory’); ?>/skins/2-black.css” title=”black” />
<link rel=”alternate stylesheet” type=”text/css” href=”<?php bloginfo(‘template_directory’); ?>/skins/3-red.css” title=”red” />
<link rel=”alternate stylesheet” type=”text/css” href=”<?php bloginfo(‘template_directory’); ?>/skins/4-green.css” title=”green” />

Delete this:

<div class=”alignright switcher”>
<form id=”switchform”>
<select name=”switchcontrol” size=”1″ onChange=”chooseStyle(this.options[this.selectedIndex].value, 60)”>
<option value=”none” selected=”selected”>Default style</option>
<option value=”black”>Black</option>
<option value=”red”>Red</option>
<option value=”green”>Green</option>
</select>
</form>

</div>

And…Delete this:

<li><a href=”http://www.kampyle.com/feedback_form/ff-feedback-form.php?site_code=9849398&amp;form_id=8175&amp;lang=en” onclick=”window.open(this.href, ‘popupwindow’, ‘width=438,height=500,scrollbars,resizable’); return false;”>Give Feedback</a></li>

Again sorry for the inconvenience!

Related Posts (auto generated)

Leave a Reply