Project

General

Profile

« Previous | Next » 

Revision b28278a2

Added by Bill Marquette almost 17 years ago

Add "Services" to the page title

View differences:

usr/local/www/load_balancer_monitor.php
81 81
	}
82 82
}
83 83

  
84
$pgtitle = array("Load Balancer","Monitor");
84
$pgtitle = array("Services", "Load Balancer","Monitor");
85 85
include("head.inc");
86 86

  
87 87
?>
usr/local/www/load_balancer_monitor_edit.php
184 184
	}
185 185
}
186 186

  
187
$pgtitle = array("Load Balancer","Monitor","Edit");
187
$pgtitle = array(Services", "Load Balancer","Monitor","Edit");
188 188
include("head.inc");
189 189

  
190 190
?>
usr/local/www/load_balancer_pool.php
92 92
	$a_pool[$i]['monitor'] = "<a href=\"/load_balancer_monitor_edit.php?id={$mondex[$a_pool[$i]['monitor']]}\">{$a_pool[$i]['monitor']}</a>";
93 93
}
94 94

  
95
$pgtitle = array("Load Balancer","Pool");
95
$pgtitle = array(Services", "Load Balancer","Pool");
96 96
include("head.inc");
97 97

  
98 98
?>
usr/local/www/load_balancer_pool_edit.php
135 135
	}
136 136
}
137 137

  
138
$pgtitle = array("Load Balancer","Pool","Edit");
138
$pgtitle = array(Services", "Load Balancer","Pool","Edit");
139 139
include("head.inc");
140 140

  
141 141
?>
usr/local/www/load_balancer_relay_action.php
98 98
}
99 99
*/
100 100

  
101
$pgtitle = array("Load Balancer","Relay Action");
101
$pgtitle = array(Services", "Load Balancer","Relay Action");
102 102
include("head.inc");
103 103

  
104 104
?>
usr/local/www/load_balancer_relay_action_edit.php
173 173
	}
174 174
}
175 175

  
176
$pgtitle = array("Load Balancer","Relay Action","Edit");
176
$pgtitle = array(Services", "Load Balancer","Relay Action","Edit");
177 177
include("head.inc");
178 178

  
179 179
?>
usr/local/www/load_balancer_relay_protocol.php
94 94
}
95 95
*/
96 96

  
97
$pgtitle = array("Load Balancer","Relay Protocol");
97
$pgtitle = array(Services", "Load Balancer","Relay Protocol");
98 98
include("head.inc");
99 99

  
100 100
?>
usr/local/www/load_balancer_relay_protocol_edit.php
128 128
	}
129 129
}
130 130

  
131
$pgtitle = array("Load Balancer","Relay Protocol","Edit");
131
$pgtitle = array(Services", "Load Balancer","Relay Protocol","Edit");
132 132
include("head.inc");
133 133

  
134 134
?>
usr/local/www/load_balancer_virtual_server_edit.php
123 123
	}
124 124
}
125 125

  
126
$pgtitle = array("Load Balancer","Virtual Server","Edit");
126
$pgtitle = array(Services", "Load Balancer","Virtual Server","Edit");
127 127
include("head.inc");
128 128

  
129 129
?>

Also available in: Unified diff