5 * Description: Dispy Dark: Dark, Spartan, Sleek, and Functional
6 * Author: Simon <http://simon.kisikew.org/>
7 * Maintainer: Simon <http://simon.kisikew.org/>
8 * Screenshot: <a href="screenshot.jpg">Screenshot</a>
11 function dispy_dark_init(&$a) {
12 $a->theme_info = array(
16 set_template_engine($a, 'smarty3');
18 /** @purpose set some theme defaults
22 $colour_path = "/dark/";
25 if (!is_null($cssFile)) {
26 $a->page['htmlhead'] .= sprintf('<link rel="stylesheet" type="text/css" href="%s" />', $cssFile);