tbrehm
2011-09-07 c719dc0b1dd696e0cd6b51f09ee13c8263375f7c
interface/web/tools/lib/menu.d/statistics.menu.php
@@ -1,10 +1,10 @@
<?php
$items = array();
/*
$items[] = array( 'title'    => 'Other page',
              'target'    => 'content',
              'link'   => 'http://www.google.de');
// Example
$items = array();
$items[] = array( 'title'    => 'Mailqueue',
              'target'    => 'content',
@@ -16,6 +16,6 @@
                     'items'   => $items);
*/
?>