summaryrefslogtreecommitdiffstats
path: root/ldap-site-mngmt/webinterface/ip/ip.php
blob: 9566d12468d2183ee9fd5d9ab6f9f49fd379c26f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?php

include('../standard_header.inc.php');
 
# Dateiname und evtl. Pfad des Templates für die Webseite
$webseite = "ip_start.dwt";

include("ip_header.inc.php");

###################################################################################

$mnr = 0;

# Menuleiste erstellen
createMainMenu($rollen, $mainnr);
createIPMenu($rollen, $mnr);

###################################################################################

include("ip_footer.inc.php");

?>