something is wrong...
the code isn't appearing at all... i don't see it in the page source either
Quote:
<vb:if condition="in_array($foruminfo['forumid'], array(27, 31, 33)) AND $show['guest']">
<div align="center">
<script type="text/javascript">
rm_sid = "***";
rm_artist = "{vb:raw thread.title}";
rm_song = "";
rm_icon_left = "http://www.***.com/ToneFuse/phone_left.gif";
rm_icon_right = "http://www.***.com/ToneFuse/phone_right.gif";
document.write('<a href="http://www.****.com/go/?sid=' + rm_sid + '&artist=' + encodeURIComponent(rm_artist)+'&song=' + encodeURIComponent(rm_song) + '" target="_blank" rel="nofollow" style="text-decoration: none; font: bold 14px Arial;"><img src="' + rm_icon_left + '" style="border-style: none; vertical-align: bottom;" /> <span style="text-decoration: underline; color: #f00;">Send ' + (rm_song != '' && rm_artist != '' ? '"' + rm_song + '" Ringtone' : (rm_artist != '' ? rm_artist + ' Ringtones' : 'Ringtones')) + ' to your Cell</span> <img src="' + rm_icon_right + '" style="border-style: none; vertical-align: bottom;" /></a>');
</script></div>
</vb:if>
|