From b059ef728aa117058607e9adb830d88bb7a370f8 Mon Sep 17 00:00:00 2001 From: Seth Mos Date: Tue, 17 Jun 2008 19:11:13 +0000 Subject: double active tab not ok. --- usr/local/www/system_routes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/local') diff --git a/usr/local/www/system_routes.php b/usr/local/www/system_routes.php index 7626c52..4b7a3b3 100755 --- a/usr/local/www/system_routes.php +++ b/usr/local/www/system_routes.php @@ -121,7 +121,7 @@ include("head.inc"); $tab_array = array(); $tab_array[0] = array("Gateways", false, "system_gateways.php"); $tab_array[1] = array("Routes", true, "system_routes.php"); - $tab_array[2] = array("Groups", true, "system_gateway_groups.php"); + $tab_array[2] = array("Groups", false, "system_gateway_groups.php"); display_top_tabs($tab_array); ?> -- cgit v1.1