Skip to content
module.conf.php 1.24 KiB
Newer Older
tbrehm's avatar
tbrehm committed
<?php
$module = array (
  'name' => 'test',
  'title' => 'Test',
  'template' => 'module.tpl.htm',
  'navframe_page' => '',
  'startpage' => 'test/index.php',
  'tab_width' => '',
  'nav' => 
  array (
    0 => 
    array (
      'title' => 'tespanel',
tbrehm's avatar
tbrehm committed
      'open' => 1,
      'items' => 
      array (
        0 => 
        array (
          'title' => 'Halloooo',
          'target' => 'content',
          'link' => 'test/hallo.php',
tbrehm's avatar
tbrehm committed
        ),
      ),
    ),
    1 => 
    array (
      'title' => 'm333',
      'open' => 1,
      'items' => 
      array (
        0 => 
tbrehm's avatar
tbrehm committed
        array (
          'title' => 'edit',
          'target' => 'content',
          'link' => 'resellers/reseller_list.php',
        ),
        1 => 
        array (
          'title' => 'add',
          'target' => '_top',
          'link' => 'http://webmail.ensign.de',
        ),
tbrehm's avatar
tbrehm committed
        2 => 
        array (
          'title' => 'ewtewew',
          'target' => 'content',
          'link' => 'test/link.php',
        ),
      ),
    ),
    2 => 
    array (
      'title' => 'blablub die 2.2.',
      'open' => 1,
      'items' => 
      array (
      ),
    ),
    3 => 
    array (
      'title' => 't3',
tbrehm's avatar
tbrehm committed
      'open' => 1,
      'items' => 
      array (
      ),
    ),
  ),
)
?>