HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
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'" />