| Codice: |
| $mypopup = intval($mypage['popup']); |
| Codice: |
| $mycounter = intval($mypage['counter']); |
| Codice: |
$categoria_cid = intval($mypage['cid']);
$categoria = $db->sql_fetchrow($db->sql_query("SELECT title from " . $prefix . "_pages_categories where cid='$categoria_cid'"));
$nome_categoria = $categoria['title']; |
| Codice: |
| echo "<center><font class=\"title\">$mytitle</font><br></center>"; |
| Codice: |
| echo"<center><font class=\"autori_title\">$nome_categoria</font></center><br />"; |
| Codice: |
| .autori_title {BACKGROUND: none; COLOR: #000000; FONT-SIZE: 15px; FONT-WEIGHT: bold; FONT-FAMILY: Verdana, Helvetica; TEXT-DECORATION: none} |