Advertisement
bhengh

code to remove when deleting subscribe box

May 7th, 2013
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. <div class="sb-clear">
  2. <h4>Subscribe to Podcast</h4>
  3. <table class="podcast">
  4. <tr>
  5. <td class="podcastall">
  6. <table>
  7. <tr>
  8. <td class="podcast-icon"><a href="[podcast]">[podcasticon]</a></td>
  9. <td><strong>All sermons</strong><br /><a href="[itunes_podcast]">iTunes</a> • <a href="[podcast]">Other</a></td>
  10. </tr>
  11. </table>
  12. <td style="width: 2em"> </td>
  13. <td class="podcastcustom">
  14. <table>
  15. <tr>
  16. <td class="podcast-icon"><a href="[podcast_for_search]">[podcasticon_for_search]</a></td>
  17. <td><strong>Filtered sermons</strong><br /><a href="[itunes_podcast_for_search]">iTunes</a> • <a href="[podcast_for_search]">Other</a></td>
  18. </tr>
  19. </table>
  20. </td>
  21. </tr>
  22. </table>
  23. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement