File: D:/HostingSpaces/NVonken/mijneigenlied.com/wwwroot/Core/Templates/Cached/Admin_Menu_overview.tpl
<h1>Menu's beheren</h1>
<p>In het onderstaande overzicht is het mogelijk om de menu's te beheren welk zijn opgenomen in de website. Klik op de actie knoppen op het menu te wijzigen. Klik <a href="<?=$this->getData("S:SETTING_ROOT")?>/admin/menu/new.html">hier</a> om een nieuw menu toe te voegen.</p>
<?=$this->getData("message")?>
<table class="table-wrap">
<thead>
<tr>
<td>#</td>
<td>Luik(en)</td>
<td>Taal</td>
<td>Titel</td>
<td>Koppeling</td>
<td>Sortering</td>
<td>Beheer</td>
</tr>
</thead>
<tbody>
<?=$this->getData("menuList")?>
</tbody>
</table>
<input type="button" class="button" value="Nieuw" onclick="document.location = '<?=$this->getData("S:BASE_URL_COMPONENT")?>/menu/new.html'" />