This commit is contained in:
Némunaire 2013-10-10 05:52:48 +02:00
commit 38ed722d15
3 changed files with 146 additions and 150 deletions

View file

@ -4,8 +4,7 @@ if(!defined('ONYX')) exit;
class Theme
{
var $id=null;
var $id = null;
var $title;
function Theme($id=null)