loadTemplateHeader(); // Display the view parent::display($tpl); } /** * Load the template header data here to simplify the template */ protected function loadTemplateHeader() { // Import CSS $document = JFactory::getDocument(); $document->addStyleSheet('components/com_leaflet/assets/css/global.css'); } } // SEND THE DATA TO THE VIEW FRONT