Skip to content
module.conf.php 214 B
Newer Older
tbrehm's avatar
tbrehm committed
<?php
$module = array (
  'name' => 'sites',
tbrehm's avatar
tbrehm committed
  'title' => 'Sites & Email',
tbrehm's avatar
tbrehm committed
  'template' => 'module.tpl.htm',
  'navframe_page' => '',
  'startpage' => 'sites/index.php',
  'tab_width' => '',
tbrehm's avatar
tbrehm committed
  'nav' => NULL,
tbrehm's avatar
tbrehm committed
)
?>