vogelor
2008-12-15 7ce09d1bda9fa57e97c967fb5f0c242357ba858b
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,