public function sweaver_plugin::sweaver_theme in Sweaver 6
Same name and namespace in other branches
- 7 sweaver_plugin.inc \sweaver_plugin::sweaver_theme()
Theme registry.
1 method overrides sweaver_plugin::sweaver_theme()
- sweaver_plugin_editor::sweaver_theme in plugins/
sweaver_plugin_editor/ sweaver_plugin_editor.inc - Theme registry.
File
- ./
sweaver_plugin.inc, line 114 - Abstract Base class for a sweaver plugin.
Class
- sweaver_plugin
- @file Abstract Base class for a sweaver plugin.
Code
public function sweaver_theme() {
// Adds to the theme registry.
return array();
}