File: /home/httpd/html/tubeshemale.com/public_html/templates_OLD_JUNK/template.channel_item.php
<?
$link = "$basehttp/channels/".$row[record_num]."/".strtolower(str_replace($bad,$good,$row[name]))."/page1.html";
?>
<div class="content content-channel">
<a href="<? echo $link; ?>">
<? if(file_exists($misc_path.'/cat'.$row[record_num].'.jpg')) { ?>
<img class="img" src="<? echo $misc_url; ?>/cat<? echo $row[record_num]; ?>.jpg" alt="<? echo $row[name]; ?>">
<? } else { ?>
<img class="img" src="<? echo $misc_url; ?>/catdefault.jpg" alt="<? echo $row[name]; ?>">
<? } ?>
</a>
<div class="vtitle"><a href='<? echo $link; ?>'><? echo $row[name]; ?></a></div>
<!-- class="content" --></div>