<?php
/***********************************************************************************************************
*
* <p></p>
*
* @author heidtc < hide@address.com >
*
************************************************************************************************************/
Class Theme
{
/***************************************************
* <p>constructor for theme model.</p>
*
* @access public
* @author heidtc < hide@address.com >
* @param Object [$Database] The database object
* @return type description
***************************************************/
public function __construct()
{
//..
}
}