Marius Cramer
2014-01-24 b50d36a340f2cb3a54f7fa29699ec5d0f064f31c
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);
*/
?>
?>