Changeset 376078
- Timestamp:
- 04/22/2011 07:56:30 PM (15 years ago)
- File:
-
- 1 edited
-
buysellads/trunk/helpers/bsa.functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
buysellads/trunk/helpers/bsa.functions.php
r374825 r376078 418 418 $home = rtrim(get_option('buysellads_homepage', 'buysellads.com'), '/'); 419 419 420 return "< a href='http://${rss}/click.php?z=${zone}&k=${site}&a=${article}&c=${random}' target='_blank'><img src='http://${rss}/img.php?z=${zone}&k=${site}&a=${article}&c=${random}' border='0' alt='' /></a><p><a href='http://${home}/buy/sitedetails/pubkey/${site}/zone/${zone}' target='_blank'>Advertise here with ${network}</a></p>";420 return "<p><a href='http://${rss}/click.php?z=${zone}&k=${site}&a=${article}&c=${random}' target='_blank'><img src='http://${rss}/img.php?z=${zone}&k=${site}&a=${article}&c=${random}' border='0' alt='' /></a></p><p><a href='http://${home}/buy/sitedetails/pubkey/${site}/zone/${zone}' target='_blank'>Advertise here with ${network}</a></p>"; 421 421 } 422 422 }
Note: See TracChangeset
for help on using the changeset viewer.