drupal_get_path($type, $name)Returns the path to a system item (module, theme, etc.).
$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.
The path to the requested item.
includes/common.inc, line 2532
<?php
function drupal_get_path($type, $name) {
return dirname(drupal_get_filename($type, $name));
}
?> | This work is licensed under a Creative Commons Attribution-Share Alike 3.0 Unported License | ![]() |
The current recommended MediaMosa version is 3.2.2. Release notes are available in MediaMosa Trac.
