ReadMe and GitHub. * Version: V.0.1 Alpha * Author: Rabuzarus * */ $frio = "view/theme/frio"; global $frio; function frio_init(&$a) { set_template_engine($a, 'smarty3'); $baseurl = $a->get_baseurl(); $style = get_pconfig(local_user(), 'frio', 'style'); $frio = "view/theme/frio"; global $frio; if ($style == "") $style = get_config('frio', 'style'); $a->page['htmlhead'] .= <<< EOT EOT; } function frio_install() { logger("installed theme frio"); } function frio_uninstall() { logger("uninstalled theme frio"); }