diff options
Diffstat (limited to 'src/usr/local/www/system_gateway_groups.php')
-rw-r--r-- | src/usr/local/www/system_gateway_groups.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/usr/local/www/system_gateway_groups.php b/src/usr/local/www/system_gateway_groups.php index 436faec..d65a1e8 100644 --- a/src/usr/local/www/system_gateway_groups.php +++ b/src/usr/local/www/system_gateway_groups.php @@ -101,6 +101,7 @@ function gateway_exists($gwname) { } $pgtitle = array(gettext("System"), gettext("Routing"), gettext("Gateway Groups")); +$pglinks = array("", "system_gateways.php", "@self"); $shortcut_section = "gateway-groups"; include("head.inc"); |