mirror of
https://github.com/Frumph/comicpress.git
synced 2026-01-31 02:05:17 +01:00
5 lines
432 B
PHP
5 lines
432 B
PHP
<form method="get" class="searchform" action="<?php echo home_url(); ?>">
|
|
<input type="text" value="<?php _e('Search...','comicpress'); ?>" name="s" class="s-search" onfocus="this.value=(this.value=='<?php _e('Search...','comicpress'); ?>') ? '' : this.value;" onblur="this.value=(this.value=='') ? '<?php _e('Search...','comicpress'); ?>' : this.value;" />
|
|
<button type="submit">»</button>
|
|
</form>
|
|
<div class="clear"></div> |