Skip to content
module.conf.php 195 B
Newer Older
tbrehm's avatar
tbrehm committed
<?php
$module = array (
  'name' => 'clients',
  'title' => 'Clients',
  'template' => 'module.tpl.htm',
  'navframe_page' => '',
  'startpage' => 'clients/index.php',
  'tab_width' => '',
)
?>