You are here

public function Sweaver::get_theme_key in Sweaver 7

Same name and namespace in other branches
  1. 6 sweaver.inc \Sweaver::get_theme_key()

Returns the currently known theme_key.

File

./sweaver.inc, line 264
Class Sweaver.

Class

Sweaver
@file Class Sweaver.

Code

public function get_theme_key() {
  return $this->theme;
}