Ticket #1209: header.php.patch
| File header.php.patch, 0.9 kB (added by lfarkas@lfarkas.org, 2 years ago) |
|---|
-
header.php
old new 116 116 print_sub_tool( _("Management"), "manage.php" , $currentFile=='manage.php' ); 117 117 print_sub_tool( _("Setup") , "config.php" , $currentFile=='config.php' && ($_REQUEST['type']=='setup' || $_REQUEST['type'] == ""), "config.php?type=setup", false ); 118 118 print_sub_tool( _("Tools") , "config.php" , $currentFile=='config.php' && $_REQUEST['type']=='tool' , "config.php?type=tool", false ); 119 print_sub_tool( _("Call Cost") , "config.php" , $currentFile=='config.php' && $_REQUEST['type']=='cdrcost', "config.php?type=cdrcost", false );120 119 print_sub_tool( _("Reports") , "reports.php", $currentFile=='reports.php' ); 121 120 print_sub_tool( _("Panel") , "panel.php" , $currentFile=='panel.php' ); 122 121 print_sub_tool( _("Recordings"), "../recordings/index.php" ,0, NULL, true );
