drupaldrupal-6drupal-theming

How do I get the path of the current drupal theme?


The Drupal API has drupal_get_path($type, $name) which will give the path of any particular theme or module. What if I want the path of the current theme?


Solution

  • Use the path_to_theme function.