File: /home/httpd/html/tubeshemale.com/public_html/templates_OLD_JUNK/template.pornstar_item.php
<?
$bad = array('?','!',' ','&','*','$','#','@');
$good = array('','','-','','','','','');
$link = "$basehttp/pornstars/".strtolower(str_replace($bad,$good,$row[name]))."-".$row[record_num].".html";
?>
<div class="content content-pornstar">
<a href="<? echo $link; ?>">
<? if($row[thumb] != '') { ?>
<img class="img" src="<? echo $basehttp; ?>/media/misc/<? echo $row[thumb]; ?>" alt="">
<? } else { ?>
<img class="img" src="<? echo $basehttp; ?>/media/misc/catdefault.jpg" alt="">
<? } ?>
</a>
<div class="vtitle"><a href="<? echo $link; ?>"><? echo ucwords($row[name]); ?></a></div>
<!-- class="content" --></div>