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?
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?