Thursday release
This commit is contained in:
parent
bbec08ac4f
commit
505f3bcd63
7 changed files with 20 additions and 12 deletions
|
|
@ -60,6 +60,11 @@ class Theme
|
|||
return $this->name;
|
||||
}
|
||||
|
||||
function get_name_url()
|
||||
{
|
||||
return urlencode($this->name);
|
||||
}
|
||||
|
||||
function get_id()
|
||||
{
|
||||
return $this->id;
|
||||
|
|
|
|||
Reference in a new issue