Quote:
Originally Posted by linkhouse
Version 2.1, is there a way to change the _banner display to a Male or Shemale? Now it only shows top viewer.
|
I think I solved the problem, I put in: if ( $cam->gender == s )
code:
function tpl_banner() {
$cams = new SimpleXMLElement(FLATFILE, null, true);
$count = 0;
foreach( $cams as $cam ){
if ( $cam->gender == s ) {
if ( $count == 0 )
{