You are here

public function FrxHostApplication::theme in Forena Reports 7.2

Same name and namespace in other branches
  1. 6.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

FrxHostApplication

Code

public function theme($r, $doc_type, $title) {
  return $r->html;
}