How do I get the path of the current drupal theme?
Asked 07 September, 2021
Viewed 1.5K times
  • 58
Votes

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?

8 Answer