PHP-Code:
for ($m=0; $m<$level-1; $m++)
{
echo ($letztes[$m] ? $space_gif : $i_gif);
}
if ($m<$level) echo ($letztes[$m] ? $l_gif : $t_gif);
{
echo ($msg["hatantwort"] ? $m_gif : ($level || $count ? $c_gif : $n_gif));
}
Kommentar