blob: a899b00da3c0d0bb0700e1a1beca554e1a7127c5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<!DOCTYPE html>
<?php require "../lib/login.php"; ?>
<?php if_privileged(PRIVILEGE_ADMIN, "/") ?>
<html>
<head>
<?php include 'head.php' ?>
<title>categorie toevoegen</title>
</head>
<body>
<?php include 'navbar.php' ?>
<div class="main limwidth">
<h2>categorie toevoegen</h2>
</div>
<?php include 'footer.php' ?>
</body>
</html>
|