Quote:
Originally Posted by demonfatal
Right...I forgot to remove the first one... ^^
Just search and remove:
Code:
<label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" tabindex="103" id="cb_cookieuser_navbar" class="cb_cookieuser_navbar" accesskey="c" checked="checked" /> </label>
Next search:
Code:
<input type="checkbox" name="cookieuser" value="1" id="cb_cookieuser_navbar" class="cb_cookieuser_navbar" accesskey="c" tabindex="103" />
And replace with:
Code:
<input type="checkbox" name="cookieuser" value="1" id="cb_cookieuser_navbar" class="cb_cookieuser_navbar" accesskey="c" tabindex="103" checked="checked" />
|
So, I do this AFTER the first update you provided?
... or, simply do this with the current header code, ignoring your other template change?
Thanks
Regards,
Badger