Codice: |
echo "<table border='0' width='100%' cellspacing='0'><tr><td width='20%'><b>"._ASSOTOPIC."</b></td><td width='100%'>" |
Codice: |
echo "<table border='0' width='100%' cellspacing='0'><tr><td width='100%'>" |
Codice: |
//echo "<td><input type='checkbox' name='assotop[]' value='$row[topicid]'>$row[topictext]</td>"; |
Codice: |
/*OpenTable();
echo "<center><b>"._ASSOTOPIC."</b><br><br>";
$asso_t = explode("-",$arow[associated]);
for ($i=0; $i<sizeof($asso_t); $i++) {
if ($asso_t[$i] != "") {
$atop = $db->sql_fetchrow($db->sql_query("SELECT topicimage, topictext from ".$prefix."_topics WHERE topicid='$asso_t[$i]'"));
echo "<a href=\"modules.php?name=$module_name&new_topic=$asso_t[$i]\"><img src=\"$tipath$atop[topicimage]\" border=\"0\" hspace=\"10\" alt=\"$atop[topictext]\" title=\"$atop[topictext]\"></a>";
}
}
echo "</center>";
CloseTable();*/ |