public function FrxHostApplication::add_css in Forena Reports 6.2
Same name and namespace in other branches
- 7.2 FrxHostApplication.inc \FrxHostApplication::add_css()
Add a css file for theming. Enter description here ...
Parameters
unknown_type $css_file:
1 method overrides FrxHostApplication::add_css()
- FrxDrupalApplication::add_css in ./
FrxDrupalApplication.inc - Add a css file for theming. Enter description here ...
File
- ./
FrxHostApplication.inc, line 61
Class
Code
public function add_css($css_file) {
}