Projet

Général

Profil

« Précédent | Suivant » 

Révision fa8be5de

Ajouté par Matt Smith il y a plus de 9 ans

non-css parts of gold menu

Voir les différences:

usr/local/www/fbegin.inc
236 236
}
237 237
$diagnostics_menu = msort(array_merge($diagnostics_menu, return_ext_menu("Diagnostics")),0);
238 238

  
239
$gold_menu = array();
240
$gold_menu[] = array(gettext("pfSense Gold"), "https://www.pfsense.org/gold");
241
$gold_menu = msort(array_merge($gold_menu, return_ext_menu("Gold")),0);
242

  
239 243
if(! $g['disablehelpmenu']) {
240 244
	$help_menu = array();
241 245
	$help_menu[] = array(gettext("About this Page"), $helpurl);
......
327 331
						?>
328 332
						</ul>
329 333
					</li>
334
					<li class="drop">
335
						<div><?php echo gettext("Gold"); ?></div>
336
						<ul id="diag" class="subdrop">
337
						<?php
338
							output_menu($gold_menu, "_blank");
339
						?>
340
						</ul>
341
					</li>
330 342
					<?php if(! $g['disablehelpmenu']): ?>
331 343
					<li class="lastdrop">
332 344
						<div><?php echo gettext("Help"); ?></div>

Formats disponibles : Unified diff