Advertisement
Guest User

Otto

a guest
Jul 16th, 2009
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.18 KB | None | 0 0
  1. ?><!-- begin footer -->
  2. </div>
  3.  
  4. <div id="credit">
  5. <img src="http://themes.zinruss.com/library/TunePlus.gif" alt="TunePlus Wordpress Theme" width="1" height="1" border="0" />
  6. </div>
  7.  
  8. </div>
  9.  
  10. <div id="footer"><br/>
  11. Copyright &copy; <?php echo date('Y');?> <?php bloginfo('name');?> &ndash; <?php bloginfo('description'); ?>.
  12. <a href="http://topwpthemes.com" title="Wordpress Theme" target="_blank">Wordpress Theme</a> developed by <a href="http://www.webhostingfan.com" title="Web Hosting Fan" target="_blank">Web Hosting Fan</a>.
  13. </div>
  14.  
  15.  
  16.  
  17. <script type="text/javascript">
  18. <!--
  19.  
  20.     var message="";
  21.     function clickIE() {if (document.all) {(message);return false;}}
  22.     function clickNS(e) {if
  23.     (document.layers||(document.getElementById&&!document.all)) {
  24.     if (e.which==2||e.which==3) {(message);return false;}}}
  25.     if (document.layers)
  26.     {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  27.     else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  28.     document.oncontextmenu=new Function("return false")
  29.  
  30. // -->
  31. </script>
  32.  
  33.  
  34. <noscript><meta content="0;URL=<?php echo get_settings('home'); ?>/wp-admin/" http-equiv="refresh" /></noscript>
  35.  
  36. </body>
  37. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement