ftimme
2013-08-06 4289c24290aed4e2b045df9872fdc63867b9f3b3
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);
*/
?>