Till Brehm
2016-05-26 eab0cf6ad4b8bac7acfdd9dc9c2d1f1f7644cd69
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);
*/
?>
?>