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: