"; $pic="\"{$nautor}\""; } } if($biorow['site']!=''){$site="{$biorow['site']} ";} if($biorow['blog']!=''){$blog="
{$biorow['blog']} ";} $bio=""; if($biorow['biografie']!=''){ $bio="
  {$nautor}

{$pic}{$biorow['biografie']}

{$site}{$blog}
 

"; } $query="SELECT * FROM `carti` WHERE `autor` LIKE '%".$nautor."%' ORDER BY `ana` DESC, `lunaa` DESC"; $result=mysql_query($query); $tablecod=makeprodlist($result,"",true); if ($tablecod == ''){ $pags=""; $tablecod="{$picerr} Nu au fost gasite produse !"; } $page=new ModulePage; $page->page_location("$path"."templates/autor.html"); $page->parse_variable(array(PTITLU=>"{$nautor}",PROPCAT=>$tablecod,BIO=>$bio,AUTOR=>$nautor) ); echo $page->send_page; exit; ?>