index.php aktualisiert
This commit is contained in:
parent
f5ad8089f5
commit
e3ff1b1189
|
@ -6,6 +6,10 @@
|
|||
<link rel="stylesheet" type="text/css" href="css/style.css">
|
||||
<link rel="icon" href="img/favicon.png" type="image/x-icon">
|
||||
<title>Materialverwaltung</title>
|
||||
<?php
|
||||
// Funktion zum Protokollieren von Ereignissen einbinden
|
||||
include_once 'log_event.php';
|
||||
?>
|
||||
</head>
|
||||
<body>
|
||||
<header class="header">
|
||||
|
@ -16,6 +20,7 @@
|
|||
<li><a href="index.php">Home</a></li>
|
||||
<li><a href="add_material_form.php">Artikel hinzufügen</a></li>
|
||||
<li><a href="article_overview.php">Artikel Übersicht</a></li>
|
||||
<li><a href="backup_restore.php">Backup</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue