Skip to content

Instantly share code, notes, and snippets.

@baisong
Created September 5, 2012 19:59
Show Gist options
  • Select an option

  • Save baisong/3643608 to your computer and use it in GitHub Desktop.

Select an option

Save baisong/3643608 to your computer and use it in GitHub Desktop.
<?php
$template_path = drupal_path('module', 'os_profiles') . '/node--profile.tpl.php';
if (file_exists($template_path)) {
include_once($template_path))
}
else {
include_once($default_node_path);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment