Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save vishnukumarpv/133b396ea74ee24800f4f8e8c482d282 to your computer and use it in GitHub Desktop.
Save vishnukumarpv/133b396ea74ee24800f4f8e8c482d282 to your computer and use it in GitHub Desktop.
Drupal 7 _theme
$themes = array (
'reg_subscription_confirm' => array(
'variables' => array(
'body' => NULL,
),
'path' => drupal_get_path('module', '_user_reg') ,
'template' => 'templates/subscription_confirm',
),
);
theme('reg_subscription_confirm', array('body'=>'vishnu'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment