tbrehm
2005-11-01 336a577f2809c9760e7a1a15f10f523b2cf20c8d
1
2
3
4
5
6
7
8
9
10
11
<?php
$module = array (
  'name' => 'sites',
  'title' => 'Sites & Email',
  'template' => 'module.tpl.htm',
  'navframe_page' => '',
  'startpage' => 'sites/index.php',
  'tab_width' => '',
  'nav' => NULL,
)
?>