**[[http://api.drupal.org/api/drupal/includes!common.inc/function/drupal_get_path/7|drupal_get_path]]($type, $name)** * $type: The type of the item (i.e. theme, theme_engine, module, profile). * $name: The name of the item for which the path is requested. * Return: The path to the requested item. * //Beispiel: drupal_get_path('module', $module);// siehe/suche: * $form = drupal_build_form($form_id, $form_state); * $output = drupal_render($form);