'textfield', '#title' => t('Installation Path'), '#description' => t('The location where the Zend Framework is installed. This should be the subdirectory from where it is installed. If you put the Zend Framework into %moduledir/Zend, then here you would put in %moduledir. Status: %zendversion.', array('%moduledir' => drupal_get_path('module', 'zend'), '@zendstatus' => $zend_status, '%zendversion' => $zend_version)), '#default_value' => zend_get_path(), '#attributes' => array('class' => $zend_status), ); return system_settings_form($form); }