function controller_festival($args, $output = "inline") { if (!empty($args["say"])) { $festival = new Festival(); $festival->Say($args["say"]); } return $this->GetTemplate("./festival.tpl", $vars); }