File manager - Edit - /home/jardides/www/Jardi-design/administrator/components/com_sitemapfaster/views/sitemapfasters/view.html.php
Back
<?php // No direct access to this file defined('_JEXEC') or die('Restricted access'); // import Joomla view library jimport('joomla.application.component.view'); /** * HTML View class for the SitemapFaster Component */ class SitemapFasterViewSitemapFasters extends JViewLegacy { /** * SitemapFaster view display method * @return void */ function display($tpl = null) { //Get data from the model $items = $this->get('Items'); $pagination = $this->get('Pagination'); //Assign data to the view $this->items = $items; $this->pagination = $pagination; // Check for errors. if (count($errors = $this->get('Errors'))) { JError::raiseError(500, implode('<br />', $errors)); return false; } // Display the template parent::display($tpl); } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings