mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-11 16:35:38 +00:00
add method getTheme()
This commit is contained in:
parent
0767dadf39
commit
c4d00fb650
|
@ -88,6 +88,10 @@ class SeedDMS_View_Common {
|
|||
$this->baseurl = $baseurl;
|
||||
}
|
||||
|
||||
public function getTheme() {
|
||||
return $this->theme;
|
||||
}
|
||||
|
||||
public function show() {
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user