public function FrxHostApplication::theme in Forena Reports 6.2
Same name and namespace in other branches
- 7.2 FrxHostApplication.inc \FrxHostApplication::theme()
Theme the output of a css Enter description here ...
Parameters
unknown_type $output:
unknown_type $doc_type:
1 method overrides FrxHostApplication::theme()
- FrxDrupalApplication::theme in ./
FrxDrupalApplication.inc - Theme the output of a css Enter description here ...
File
- ./
FrxHostApplication.inc, line 52
Class
Code
public function theme($r, $doc_type, $title) {
return $r->html;
}