Global site search, can a label be associated to input field?
Permalinkand
"input element, type of "text", has no text in label."
I'm using the site search block with the following code in my template
<?php $a = new GlobalArea('SiteSearch'); $a->display(); ?>
Which is generating the following mark-up in question
<input name="query" type="text" value="" class="ccm-search-block-text" />
Does anyone have any suggestions on how I could add a label to associate to the input above?
Thanks