Review
This commit is contained in:
parent
b64257a80e
commit
38ed722d15
3 changed files with 146 additions and 150 deletions
|
|
@ -4,8 +4,7 @@ if(!defined('ONYX')) exit;
|
|||
|
||||
class Theme
|
||||
{
|
||||
|
||||
var $id=null;
|
||||
var $id = null;
|
||||
var $title;
|
||||
|
||||
function Theme($id=null)
|
||||
|
|
|
|||
Reference in a new issue