mirror of
https://github.com/openvk/openvk
synced 2024-12-23 00:51:03 +03:00
Add Themepack::getBaseDir
This commit is contained in:
parent
37c5ef26e6
commit
2e47732030
1 changed files with 5 additions and 0 deletions
|
@ -38,6 +38,11 @@ class Themepack
|
||||||
return $this->meta->name;
|
return $this->meta->name;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function getBaseDir(): string
|
||||||
|
{
|
||||||
|
return $this->home;
|
||||||
|
}
|
||||||
|
|
||||||
function getVersion(): string
|
function getVersion(): string
|
||||||
{
|
{
|
||||||
return $this->ver;
|
return $this->ver;
|
||||||
|
|
Loading…
Reference in a new issue