Till Brehm
2014-01-11 554c40358642b1dfe1a3ccf7b66a172ef849c9e9
interface/web/client/lib/module.conf.php
@@ -17,13 +17,6 @@
   'link' => 'client/client_edit.php',
   'html_id'   => 'client_add');
if($_SESSION["s"]["user"]["typ"] == 'admin'){
   $items[] = array(   'title'  => "Edit Client-Templates",
      'target'  => 'content',
      'link' => 'client/client_template_list.php',
      'html_id'   => 'client_template_list');
}
$module["nav"][] = array(   'title' => 'Clients',
   'open'  => 1,
   'items' => $items);
@@ -66,11 +59,11 @@
unset($items);
//if($_SESSION["s"]["user"]["typ"] == 'admin'){
   $items[] = array(   'title'  => "Limit-Templates",
      'target'  => 'content',
      'link' => 'client/client_template_list.php',
      'html_id'   => 'client_template_list');
$items[] = array(   'title'  => "Limit-Templates",
   'target'  => 'content',
   'link' => 'client/client_template_list.php',
   'html_id'   => 'client_template_list');
$module["nav"][] = array(   'title' => 'Templates',
@@ -78,7 +71,6 @@
   'items' => $items);
unset($items);
//}
$app->uses('ini_parser,getconf');