Created
April 14, 2011 23:32
-
-
Save mrlannigan/920833 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php /* response to question 2059 on wpquestions.com from jlannigan (julianlannigan.com) */ ?> | |
<div class="subscribe clearfix"> | |
<h3> | |
<a href="<?php echo home_url("/?feed=rss"); ?>"> | |
<img class="i_rss" alt="" src="<?php echo home_url("/wp-content/themes/GeoPlaces/images/i_rss.png"); ?>"> | |
</a> | |
</h3> | |
<form name="ccoptin" action="http://oi.vresp.com?fid=f630be0279" target="vr_optin_popup" method="post" class="subscribe_form" onsubmit="window.open( 'http://www.verticalresponse.com', 'vr_optin_popup', 'scrollbars=yes,width=600,height=450' ); return true;"> | |
<p>Your Email</p> | |
<input type="text" value="" name="email" class="field"> | |
<input type="submit" name="go" value="Go" class="btn_submit" > | |
</form> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment