summaryrefslogtreecommitdiffstats
path: root/ldap-site-mngmt/webinterface/au/au_footer.inc.php
blob: 311721c5bf947a22bbd5c1e40dd507c0017745c4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php

$template->assign(array("PFAD" => $START_PATH));

# Daten in die Vorlage parsen
$template->parse("LOGIN", "Login");
$template->parse("MAINMENU", "Mmenu");
$template->parse("NAVIGATION", "Menu");
$template->parse("HAUPTFENSTER", "Webseite");
$template->parse("PAGE", "Vorlage");

# Fertige Seite an den Browser senden
$template->FastPrint("PAGE");

# Abmelden vom LDAP
ldap_unbind($ds);

?>