SPONSOR_LOGO problems
Posted: Thu Mar 21, 2013 9:35 pm
hi there,
I'm trying to build a directory of my sponsors, and the <!--SPONSOR_LOGO--> variable is returning the same 000.jpg for all my sponsors. I have verified that the logo's were uploaded successfully for the sponsors and exist on the server.
template code:
output - note that they all call 0/000.jpg:
I'm trying to build a directory of my sponsors, and the <!--SPONSOR_LOGO--> variable is returning the same 000.jpg for all my sponsors. I have verified that the logo's were uploaded successfully for the sponsors and exist on the server.
template code:
Code: Select all
<!--INCLUDE_TEMPLATE_header-->
<div class="thumbs<?php if ($_GET['content_type'] == 'flash') {?> movies<?php } ?>"><div class="thumbs_wrap">
<sponsors order=alphabet num=1-120>
<a href="/sponsor/<!--SPONSOR_SLUG-->/" title="<!--SPONSOR_NAME-->"><img src="<!--SPONSOR_LOGO-->" alt="<!--SPONSOR_TITLE-->" /><em><!--SPONSOR_NAME--></em></a></li>
</sponsors>
</div></div>
<!--INCLUDE_TEMPLATE_bottom-->Code: Select all
<div class="thumbs"><div class="thumbs_wrap">
<a href="/sponsor/bbw-sandwich/" title="BBW Sandwich"><img src="/scj/thumbs/sponsor_images/0/000.jpg" alt="BBW Sandwich" /><em>BBW Sandwich</em></a></li>
<a href="/sponsor/busty-amateurs/" title="Busty Amateurs"><img src="/scj/thumbs/sponsor_images/0/000.jpg" alt="Hot Busty Amateurs getting naked on camera" /><em>Busty Amateurs</em></a></li>
<a href="/sponsor/cosmid/" title="Cosmid"><img src="/scj/thumbs/sponsor_images/0/000.jpg" alt="Free Cosmid Porn Videos and Pictures" /><em>Cosmid</em></a></li>
<a href="/sponsor/ddfbusty/" title="DDF Busty"><img src="/scj/thumbs/sponsor_images/0/000.jpg" alt="Free DDF Busty porn pics" /><em>DDF Busty</em></a></li>
<a href="/sponsor/divine-breasts/" title="Divine Breasts"><img src="/scj/thumbs/sponsor_images/0/000.jpg" alt="Huge sexy natural tits" /><em>Divine Breasts</em></a></li>
<a href="/sponsor/melons-tv/" title="Melons TV"><img src="/scj/thumbs/sponsor_images/0/000.jpg" alt="Melons TV" /><em>Melons TV</em></a></li>
<a href="/sponsor/my-big-exgirlfriend/" title="My Big ExGirlfriend"><img src="/scj/thumbs/sponsor_images/0/000.jpg" alt="Free My Big ExGirlfriend porn pics" /><em>My Big ExGirlfriend</em></a></li>
<a href="/sponsor/plumper-pass/" title="Plumper Pass"><img src="/scj/thumbs/sponsor_images/0/000.jpg" alt="Free Plumper Pass porn pics" /><em>Plumper Pass</em></a></li>
<a href="/sponsor/sarah-randall/" title="Sarah Randall"><img src="/scj/thumbs/sponsor_images/0/000.jpg" alt="Busty Sarah Randall" /><em>Sarah Randall</em></a></li>
<a href="/sponsor/scoreland/" title="Scoreland"><img src="/scj/thumbs/sponsor_images/0/000.jpg" alt="Big tits from Scoreland" /><em>Scoreland</em></a></li>
<a href="/sponsor/xlgirls/" title="XL Girls"><img src="/scj/thumbs/sponsor_images/0/000.jpg" alt="Free XL Girls Porn Videos and Photos" /><em>XL Girls</em></a></li>
</div></div>