Project

General

Profile

« Previous | Next » 

Revision 6ab7ce86

Added by Andreas Kohlbecker over 12 years ago

adding link in dwca settings & fixing error in menu

View differences:

7.x/modules/dwca_export/dwca_export.module
18 18

  
19 19
	$items['dwca_export'] = array(
20 20
		'page callback' => 'dwca_export_deliver_archive',
21
		'access arguments' => TRUE,
21
		'access arguments' => array('access content'),
22 22
		'type' => MENU_CALLBACK
23 23
	);
24 24

  
......
43 43
 */
44 44
function dwca_export_config_form($form, &$form_state) {
45 45

  
46
	global $base_url;
47

  
46 48
	$form['dwca_export_todo'] = array(
47
		'#markup' => '<p>No settings implemented yet...</p>'
49
		'#markup' => '<p><em>No settings implemented yet...</em></p><p>The DarwinCore Archive export is available at '.
50
		l('dwca_export', 'dwca_export')
51
		.'</p>'
48 52
	);
49 53

  
50 54
	return system_settings_form($form);

Also available in: Unified diff