PHP-Code:
<?
$code = '<table border="0" cellspacing="0" cellpadding="0" width="100%">
   <tr>
      <td>Hier der Titel</td>
      <td><img src="bild.gif" border=0></td>
   
</table>';
menuehead ($code);
?>