* Maintainer: Simon
* Screenshot: Screenshot
*/
$a = get_app();
$a->theme_info = array(
'family' => 'dispy',
'name' => 'dark',
'version' => '1.2'
);
function dispy_dark_init(&$a) {
/** @purpose set some theme defaults
*/
$cssFile = null;
$colour = 'dark';
$colour_path = "/dark/";
// set css
if (!is_null($cssFile)) {
$a->page['htmlhead'] .= sprintf('', $cssFile);
}
}