references:joomla.framework:document:jdocument-displaydisplay
Outputs the template to the browser. Syntaxvoid display ( $template, $compress, $outline )
ExamplesThe following code is executed in the index.php file: Example $file = 'index.php'; $document->display( $file, $mainframe->getCfg('gzip'), JRequest::getVar('tp', 0 )); |


