tbrehm
2012-08-23 e75e35b0d8aa7928bf8b5d6824f2c30c80190182
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);
*/
?>