Featured Links in footer of PTC site
Posted: Sat May 10, 2008 10:00 am
Hello
I am very curious how these guys http://ptcbux.com/ had built in the featured links This is template of diffusion studios and many sites use it but it cost 200$
I tried but I can't do it well.Below I will post examples of PHP featured links which are used in other templates.If you can help me I will be very very thankful,
Another :
This is for table:
My question is how to reach this sorce code...
CSS don't have matter,I need only PHP code.
Best Regards
I am very curious how these guys http://ptcbux.com/ had built in the featured links This is template of diffusion studios and many sites use it but it cost 200$
Code: Select all
<? if($settings[flink_style]==2 && $flinklist!="") {
echo "<h2>Featured Links</h2>
<div style=\"width: 145px;\">$flinklist</div>";
} ?>Code: Select all
<? echo iif($settings[flink_style]==2,get_content("Featured Links","$flinklist<marquee><b><a href=\"$settings[flinkdefaulturl]\">$settings[flinkdefault]</a></b></marquee>",180)."<br>"); ?>Code: Select all
<!-- Featured Links (Table Style) --><?if($settings[flink_style] == 1) {echo "<br><b>Featured Links</b><br><table cellpadding=2 cellspacing=1 border=1>$flinks</table>";}?>Code: Select all
<div id="footerLinksWrapper" class="cBlock"><div id="footerLinks" class="cBlock">
<div class="cont">
<a href="fadclick.php?id=727" target="_blank"><marquee>Get Hundreds Of People To Visit Your Ptcbux Referral Link For Free And Automatically</marquee></a> <div><a href="flinkclick.php?id=147" target="_blank">Featured Get Paid Website - RingOfCash.com</a></div> </div>
</div></div>
</div>Best Regards