mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-13 05:01:43 +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;
|
$this->baseurl = $baseurl;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function getTheme() {
|
||||||
|
return $this->theme;
|
||||||
|
}
|
||||||
|
|
||||||
public function show() {
|
public function show() {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user