X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=mkdru.admin.inc;h=af8a7ceb7e315754ea6188298ad5dddaf3e6cc88;hb=refs%2Fheads%2F7.x;hp=ceaa676a150d40a3bb86837ac9e1b23e4a75778c;hpb=66f3bea850ee445427da4ec46e18d4374dd3e953;p=mkdru-moved-to-drupal.org.git diff --git a/mkdru.admin.inc b/mkdru.admin.inc index ceaa676..af8a7ce 100644 --- a/mkdru.admin.inc +++ b/mkdru.admin.inc @@ -1,18 +1,11 @@ -// $Id$ - -/** - * @file - * Module config. - */ 'textfield', '#title' => t('Path to Pazpar2 client library'), - '#description' => t('Absolute path to the directory containing pz2.js within the current domain. Do not include leading slash.'), - '#default_value' => variable_get('pz2_js_path', 'pazpar2/js'), + '#description' => t('Absolute path to the directory containing pz2.js within the current domain.'), + '#default_value' => variable_get('pz2_js_path', '/pazpar2/js'), '#required' => TRUE ); - return system_settings_form($form); }