Thursday release

This commit is contained in:
nemunaire 2013-12-13 18:48:13 +01:00
commit 505f3bcd63
7 changed files with 20 additions and 12 deletions

View file

@ -60,6 +60,11 @@ class Theme
return $this->name;
}
function get_name_url()
{
return urlencode($this->name);
}
function get_id()
{
return $this->id;