Advertisement
Guest User

Untitled

a guest
Jun 29th, 2014
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. <form>
  2.  
  3. <span <?php echo colors('h1s');?> >WWW.</span>
  4.  
  5. <input type="text" required="" placeholder="<?php echo of_get_option('search_domain');?>">
  6.  
  7. <select>
  8.  
  9. <?php for($i=1; $i<=of_get_option('search_domain_num'); $i++){?>
  10.  
  11. <option>.<?php echo of_get_option('search_domain_'.$i);?></option>
  12.  
  13. <?php } ?>
  14.  
  15. </select>
  16.  
  17. <input type="submit" class="botton" <?php echo colors('btn');?> value="<?php echo of_get_option('search_btn');?>">
  18.  
  19. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement