You are here

function sweaver_theme in Sweaver 6

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

Implementation of hook_theme().

2 string references to 'sweaver_theme'
Sweaver::__construct in ./sweaver.inc
* Constructor. * Private constructor to make sure this is never * instantiated by the constructor.
sweaver_plugin_themeswitch::sweaver_menu_callback in plugins/sweaver_plugin_themeswitch/sweaver_plugin_themeswitch.inc
Frontend themeswitch.

File

./sweaver.module, line 56
Sweaver functions.

Code

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