Project

General

Profile

« Previous | Next » 

Revision f5208bf2

Added by Scott Ullrich over 14 years ago

If product name == pfSense show a link to redmine / bug database

View differences:

usr/local/www/fbegin.inc
212 212
if(! $g['disablehelpmenu']) {
213 213
	$help_menu = array();
214 214
	$help_menu[] = array("About this Page", $helpurl);
215
	if($g['product_name'] == "pfSense") 
216
		$help_menu[] = array("Bug Database", "http://rcs.pfsense.org/j.php?jumpto=redmine");
215 217
	$help_menu[] = array("User Forum", "http://www.pfsense.org/j.php?jumpto=forum");
216 218
	$help_menu[] = array("Documentation", "http://www.pfsense.org/j.php?jumpto=doc");
217 219
	$help_menu[] = array("Developers Wiki", "http://www.pfsense.org/j.php?jumpto=devwiki");
......
431 433
	print_info_box(gettext("Packages are currently being reinstalled in the background.<p>Do not make changes in the GUI until this is complete.") . "<p><img src='/themes/{$g['theme']}/images/icons/icon_fw-update.gif'>");
432 434
}
433 435
	$pgtitle_output = true;
434
?>
436
?>

Also available in: Unified diff