Ejemplo n.º 1
0
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" id='administration'>
<div id="wrapper">
	<?php 
# Wrapper start
?>
	<head>
		<?php 
#Inclusions:
include '../includes/control.class.php';
#Start
$admin = new control();
# STELLT DEN HEADER ZUR VERFÜGUNG
$admin->header();
$admin->logged_in("redirect", "index.php");
$admin->userHasRightPruefung("36");
$suche = isset($_GET['suche']) ? $_GET['suche'] : '';
echo $admin->suche($suche, "benutzer", "Name", "?action=1&user");
?>
		<title>Administrator</title>
	</head>

	<body>

		<div class='mainbodyDark'>
		
			<?php 
$admin->SubNav("admin");
?>