Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. <?php if ($comfy['search'] == true) : ?>
  2. <form class="searchform" method="get" action="<?php bloginfo('url'); ?>/">
  3. <fieldset>
  4. <input type="text"onfocus="javascript: if(typeof this.cleared=='undefined') { this.value = ''; this.cleared=true; }" value="" class="searchinput"/>
  5. <input type="submit" value="Search" class="searchtextbutton"/>
  6. </fieldset>
  7. </form>
  8. <?php endif; ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement