Пример #1
0
/**
 * Implements hook_theme().
 */
function omega_starterkit_theme(&$existing, $type, $theme, $path) {
  $hooks = omega_theme($existing, $type, $theme, $path);
  // Add your theme hooks like this:
  /*
  $hooks['hook_name_here'] = array( // Details go here );
  */
  // @TODO: Needs detailed comments. Patches welcome!
  return $hooks;
}
Пример #2
0
/**
 * Implementation of HOOK_theme().
 */
function ebog_theme(&$existing, $type, $theme, $path)
{
    $hooks = omega_theme($existing, $type, $theme, $path);
    return $hooks;
}