Advertisement
kristopherlouie

BAM footer.php

Apr 27th, 2012
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.63 KB | None | 0 0
  1. <?php
  2. /**
  3.  * @package WordPress
  4.  * @subpackage BigAssMonsters
  5.  */
  6. ?>
  7.  
  8.     <footer id="colophon">
  9.     <div id="wrapper">
  10.         <div id="subscribe">
  11.         <div class="subscribe-ad">
  12.             <h4>Subscribe to BAM!</h4>
  13.             <p>Want to be notified of upcoming feature articles and updates on Big Ass Monsters!
  14.     It's easy, just give us your email address and hit the subscribe button.</p>
  15.         </div>
  16.         <!-- Begin MailChimp Signup Form -->
  17.  
  18.         <form action="http://bigassmonsters.us5.list-manage1.com/subscribe/post?u=c2dd61b4e4cc0b8e113dc4209&amp;id=523151ec01" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank">
  19.            
  20.             <input type="email" value="Email Address" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email address" required>
  21.             <input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button">
  22.         </form>
  23.  
  24.         <!--End mc_embed_signup-->
  25.         </div>
  26.         <div id="copyright">
  27.             <p>Copyright &copy; 2012 Big Ass Monsters. Some Rights Reserved. <br>
  28. This site is in no way affiliated or associated with En Masse Entertainment, Bluehole studios, and/or it's respective companies or products. Tera&reg; and Tera: The Exiled Realm of Arborea&reg; are all trademarks or registered trademarks of Bluehole Studio in the United States and/or other countries. These terms and all related materials, logos, and images are copyright &copy; Bluehole Studio.</p>
  29.         </div>    
  30.     </div>
  31.     </footer>
  32. </div>   <!--/BAM-->
  33.  
  34. <?php wp_footer(); ?>
  35. </body>
  36. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement