Path to Drupal Theme and Module

Drupal Path to current theme

<?php
print '<img src="'. path_to_theme() .'/images/picture.jpg" />';
?>

Drupal Path to a theme

<?php
 drupal_get_path('module', $module_name);
?>

Drupal Path to a module

<?php
 drupal_get_path('theme', $theme_name);
?>

Tags: , ,

Leave a Reply