public function Sweaver::get_theme_key in Sweaver 6
Same name and namespace in other branches
- 7 sweaver.inc \Sweaver::get_theme_key()
Returns the currently known theme_key.
File
- ./
sweaver.inc, line 185 - Class Sweaver.
Class
- Sweaver
- @file Class Sweaver.
Code
public function get_theme_key() {
return $this->theme;
}