pfsense/usr/local/www/widgets/include/gateways.inc
Colin Fleming 8e4bb27fb6 Tidy up "gateways" widgets XHTML
Added summary to table tags
Created new INC file to jump from the dashboard to the gateway status
page
2013-03-05 17:42:38 +00:00

6 lines
117 B
PHP

<?php
//set variable for custom title
$gateways_title = "Gateways";
$gateways_title_link = "status_gateways.php";
?>