tbrehm
2008-12-27 bf50bc3ea2d8d32487bb73ef3017ec51e5183bb4
interface/web/client/lib/module.conf.php
@@ -19,6 +19,11 @@
              'target'    => 'content',
              'link'   => 'client/client_list.php');
if($_SESSION["s"]["user"]["typ"] == 'admin'){
   $items[] = array( 'title'    => "Edit Client-Templates",
                 'target'    => 'content',
                 'link'   => 'client/client_template_list.php');
}
$module["nav"][] = array(   'title'   => 'Clients',
                     'open'    => 1,