add method getTheme()

This commit is contained in:
Uwe Steinmann 2021-01-13 09:05:19 +01:00
parent 0767dadf39
commit c4d00fb650

View File

@ -88,6 +88,10 @@ class SeedDMS_View_Common {
$this->baseurl = $baseurl;
}
public function getTheme() {
return $this->theme;
}
public function show() {
}