You are here

function sweaver_theme in Sweaver 7

Same name and namespace in other branches
  1. 6 sweaver.module \sweaver_theme()

Implements hook_theme().

3 string references to 'sweaver_theme'
Sweaver::__construct in ./sweaver.inc
Constructor. Private constructor to make sure this is never instantiated by the constructor.
sweaver_custom_theme in ./sweaver.module
Implements hook_custom_theme().
sweaver_plugin_themeswitch::sweaver_menu_callback in plugins/sweaver_plugin_themeswitch/sweaver_plugin_themeswitch.inc
Frontend themeswitch.

File

./sweaver.module, line 59
Sweaver functions.

Code

function sweaver_theme() {
  module_load_include('inc', 'sweaver', 'sweaver.registry');
  return _sweaver_theme();
}