PHP-Code:
<?menuehead("Unsere Rallys");?>
<ul>
<li><a href="?content=/ralleys/aktiv">
  <? if ($aktiv[ende]>= time() and $aktiv[start]<= time()){echo"<img src='images/on.gif' alt='on' border='0'>";} else{echo"<img src='images/off.gif' alt='off' border='0'>";}?>
  <span>:: </span>
  Aktivrally </a></li>
<li><a href="?content=/ralleys/klick">
  <? if ($klick[ende]>= time() and $klick[start]<= time()){echo"<img src='images/on.gif' alt='on' border='0'>";} else{echo"<img src='images/off.gif' alt='off' border='0'>";}?>
  <span>:: </span>
  Klickrally</a></li>
<li><a href="?content=/ralleys/ref"><span>
  <? if ($ref[ende]>= time() and $ref[start]<= time()){echo"<img src='images/on.gif' alt='on' border='0'>";} else{echo"<img src='images/off.gif' alt='off' border='0'>";}?>
</span></a>    <a href="?content=/ralleys/ref"><span>:: 
</span>Refrally</a></li>
</ul>
<?menuefoot();?>