Project

General

Profile

« Previous | Next » 

Revision 1e97110c

Added by Niels Hoffmann over 12 years ago

Added a description so it will show in the configuration site

View differences:

7.x/modules/dwca_export/dwca_export.module
9 9

  
10 10
	$items['admin/config/system/dwca_export'] = array(
11 11
		'title' => 'Darwin Core Archive export',
12
		'description' => t('Create a DarwinCore Archive of this scratchpad.'),
12 13
		'page callback' => 'drupal_get_form',
13 14
		'page arguments' => array('dwca_export_config_form'),
14
		'access arguments' => array('access administration pages'),
15
		'access arguments' => array('access DwC-A export settings'),
15 16
		'type' => MENU_NORMAL_ITEM,
16 17
		//'file' => 'dwca_export.admin.inc'
17 18
	);

Also available in: Unified diff