FOFView::display
Overrides the default method to execute and display a template script.
Instead of loadTemplate is uses loadAnyTemplate which allows for automatic Joomla! version overrides. A little slice of awesome pie!
Signature
public function display([string
$tpl = null] )
Parameters
-
$tpl
- The name of the template file to parse
Returns
- mixed
- A string if successful, otherwise a JError object.