frankyonnetti
7/7/2013 - 9:19 PM

#drupal 7 path to theme

Drupal 7 - path to theme #drupal #d7

<?php // print path to theme
  print path_to_theme();
?>

<?php // include php file in theme
  include_once path_to_theme() . '/file.tpl.php';
?>