Advertisement
Guest User

index php

a guest
Apr 19th, 2010
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. <form method="get" name="searchform" action="<?php bloginfo('url'); ?>/">
  2. <div><input type="text" value="<?php the_search_query(); ?>" name="s" style="width: 95%;" />
  3. <span class="art-button-wrapper">
  4. <span class="l"> </span>
  5. <span class="r"> </span>
  6. <input class="art-button" type="submit" name="search" value="<?php _e('Search', 'kubrick'); ?>" />
  7. </span>
  8. </div>
  9. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement