summaryrefslogtreecommitdiffstats
path: root/usr/local/www/includes/javascript.inc.php
blob: 3cbb64ecc09c5ba000f743a7f443b1b684a064bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?
	/* $Id:  */

	/*
	 *	Two Arrays the hold the information for what javascript files
	 *	need to be loaded at the top and or bottom of each page listed
	 *	in the arrays.
	 */

	$top_javascript_files = array();
	$bottom_javascript_files = array();

	$top_javascript_files['firewall_rules_edit.php'][] = 'autosuggest.js';
	$top_javascript_files['firewall_rules_edit.php'][] = 'suggestions.js';
	$top_javascript_files['firewall_rules_edit.php'][] = 'firewall_rules_edit.js';

?>
OpenPOWER on IntegriCloud