Skip to content

Instantly share code, notes, and snippets.

@mkorostoff
Created September 19, 2014 15:00
Show Gist options
  • Save mkorostoff/4e8e5f2c51c5bc9540eb to your computer and use it in GitHub Desktop.
Save mkorostoff/4e8e5f2c51c5bc9540eb to your computer and use it in GitHub Desktop.
<?php
/**
* Implements hook_theme().
*/
function radius_settings_theme() {
//Override the theme default page.tpl.php
return array(
"page__settings" => array(
"template" => "page--settings",
"path" => drupal_get_path('module', 'radius_settings') . '/theme',
)
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment