Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Apr 17th, 2012  |  syntax: None  |  size: 2.12 KB  |  hits: 13  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. # remove this line; added to prevent possible RFI <?php exit(254); ?>
  2. <!-- begin sidebar2 -->
  3. <div id="sidebar2">
  4. <h3>Subscribe</h3>
  5. <a href="<?php echo get_option('home'); ?>/index.php/feed/rss/" target="_blank"><img src="http://www.artbyherbie.com/wp-content/themes/indezinerpaperwall/html/images/sidebar2/rss-32x32.gif" alt="RSS"title="Get fed!" /></a><br />
  6.  
  7. <?php
  8.         //this is the link text
  9.         $linktext = 'What is RSS?';
  10.         //this is the link hover tip
  11.         $linkhovertip = 'RSS is an easier way to keep track of all your favourite sites';
  12. ?>
  13. <a onmouseout="domTip_clearTip('false')" onmouseover="domTip_toolText('tip132342', '<?php echo $linkhovertip ?>', '<?php echo $linktext; ?>', '');" class="tippy_link">
  14.         <?php echo $linktext; ?>
  15. </a><br /> <br />
  16.  
  17. <h3>Connect</h3>
  18. <a href="http://facebook.com/pages/Herbie-Hysteria/220351078020" target="_blank"><img src="http://www.artbyherbie.com/wp-content/themes/indezinerpaperwall/html/images/sidebar2/facebook-32x32.gif" alt="Facebook" title="Become a Fan"/></a>
  19. <a href="http://www.twitter.com/herbiehysteria" target="_blank"><img src="http://www.artbyherbie.com/wp-content/themes/indezinerpaperwall/html/images/sidebar2/twitter-32x32.gif" alt="Twitter" title="Follow Herbie"/></a>
  20. <a href="http://uk.linkedin.com/in/herbiehysteria" target="_blank"><img src="http://www.artbyherbie.com/wp-content/themes/indezinerpaperwall/html/images/sidebar2/linkedin-32x32.gif" alt="Linked In" title="Become a Contact"/></a><br /><br />
  21. <h3>Client Comments</h3>
  22. <a href="http://www.artbyherbie.com/index.php/client-reviews">What my peeps say</a><br /><br />
  23. <h3>Sponsors</h3>
  24. <img src="http://www.artbyherbie.com/wp-content/themes/indezinerpaperwall/html/images/sidebar2/adbox70px.gif"/><br /><br />
  25. <h3>Related Ads</h3>
  26. <script type="text/javascript"><!--
  27. google_ad_client = "pub-8502023264528187";
  28. /* 120x240, created 18/02/10 */
  29. google_ad_slot = "9321837412";
  30. google_ad_width = 120;
  31. google_ad_height = 240;
  32. //-->
  33. </script>
  34. <script type="text/javascript"
  35. src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
  36. </script><br />
  37. <h3>Wearables<SUP>TM</SUP></h3>
  38. </div>
  39.  
  40. <!-- end
  41.  sidebar2 -->