Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2012
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.55 KB | None | 0 0
  1. <?php
  2. if (is_singular() )
  3. {echo "
  4. <div style=\"padding:8px; margin-top:6px; margin-bottom:6px; border:solid 2px #D8D2F6; border-radius:6px; overflow:auto; box-shadow: 2px 2px 6px #D8D2F6;\" class=\"noprint\" >
  5. <h3 style=\"margin-top:0px; margin-bottom:12px;\">You can help support this site:</h3>
  6.     <div style=\"float:left; width:50%; max-height:75px; text-align:center;\">
  7.         <a target=\"_blank\" title=\"Flattr\" href=\"http://teachingblog.kjodle.net/?flattrss_redirect&id=79&md5=d3c183020626d00b65c2039e791990ee\">
  8.         <img alt=\"flattr this!\" src=\"http://teachingblog.kjodle.net/wp-content/plugins/flattr/img/flattr-badge-large.png\" style=\"box-shadow:none;\">
  9.         </a>
  10.         <br />Donate securely via your Flattr account
  11.     </div>
  12.     <div style=\"clear:right;\"></div>
  13.     <div style=\"float:right; width:50%; max-height:75px; text-align:center;\">
  14.         <form action=\"https://www.paypal.com/cgi-bin/webscr\" method=\"post\">
  15.             <input type=\"hidden\" name=\"cmd\" value=\"_s-xclick\">
  16.             <input type=\"hidden\" name=\"hosted_button_id\" value=\"DFFYWH4LBVRL4\">
  17.             <input type=\"image\" src=\"https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif\" border=\"0\" name=\"submit\" alt=\"PayPal - The safer, easier way to pay online!\">
  18.             <img alt=\"\" border=\"0\" src=\"https://www.paypalobjects.com/en_US/i/scr/pixel.gif\" width=\"1\" height=\"1\">
  19.         </form>
  20.         Donate securely via PayPal
  21.     </div>
  22.     <div style=\"clear:all;\"></div>
  23.     <div style=\"float:left; width:100%;\">
  24.         <h3 style=\"margin-top:12px; margin-bottom:0px;\">Thanks!</h3>
  25.     </div>
  26. </div>
  27. ";}
  28. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement