Exemple #1
0
<?php

$this->a('admin.php');
$back_names[] = "usermng_php";
$usermng = new usermng();
$usermng->mysqli = $this->mysqli;
$usermng->user = $this->user;
$js_functions[] = $usermng->show_js();
$string_out .= $usermng->show_map();
$string_out .= "<div id='action_buttons' class='divactionbuttons'></div>";
$string_out .= "\n<div class='div_outer_tree' >\n<div class='divtree' >" . $usermng->users_table() . "\n</div>\n</div>";
?>