Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2012
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. <div id="footer2_container">
  2. <div id="footer2_wrapper">
  3. <div id="footer2">
  4. <div class="left"><?php ff_text_option('footer_b_text'); ?></div>
  5. <div class="right">
  6. <div class="footer2_search">
  7. <form method="get" action="#">
  8. <p><input name="s" type="text" onfocus="if (this.value == 'Enter keywords..') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Enter keywords..';}" value="Enter keywords.." class="footer2_search_input" />
  9. <input type="submit" class="footer2_search_button" value="." /></p>
  10. </form>
  11. </div><!-- END div.footer2_search -->
  12. </div><!-- END div.right -->
  13. <div class="clear"></div>
  14. </div><!-- END div#footer2 -->
  15. </div><!-- END div#footer2_wrapper -->
  16. </div><!-- END div#footer2_container -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement