mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +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;
|
||||
}
|
||||
|
||||
function getBaseDir(): string
|
||||
{
|
||||
return $this->home;
|
||||
}
|
||||
|
||||
function getVersion(): string
|
||||
{
|
||||
return $this->ver;
|
||||
|
|
Loading…
Reference in a new issue