<?php 
$filesDir = str_replace(basename(plugin_dir_path(__FILE__)), 'files', plugin_dir_path(__FILE__));
$cjaddons_module_options['wp-loading']['admin_menus'] = array(
	array(
		'type' => 'load_file',
		'id' => '',
		'label' => '',
		'info' => '',
		'suffix' => '',
		'prefix' => '',
		'default' => $filesDir.'admin_menu_add.php',
		'options' => '', // array in case of dropdown, checkbox and radio buttons
	),
);