Project

General

Profile

« Previous | Next » 

Revision bf40071d

Added by Phil Davis over 9 years ago

Standardize Dynamic DNS breadcrumbs

View differences:

src/usr/local/www/services_rfc2136.php
93 93
	}
94 94
}
95 95

  
96
$pgtitle = array(gettext("Services"), gettext("RFC 2136 Clients"));
96
$pgtitle = array(gettext("Services"), gettext("Dynamic DNS"), gettext("RFC 2136 Clients"));
97 97
include("head.inc");
98 98

  
99 99
$tab_array = array();
100
$tab_array[] = array(gettext("DynDns"), false, "services_dyndns.php");
100
$tab_array[] = array(gettext("Dynamic DNS"), false, "services_dyndns.php");
101 101
$tab_array[] = array(gettext("RFC 2136"), true, "services_rfc2136.php");
102 102
display_top_tabs($tab_array);
103 103

  

Also available in: Unified diff