Файловый менеджер - Редактировать - /home/digilove/public_html/administrator/components/com_gsd/views/gsd/view.html.php
Назад
<?php /** * @package Google Structured Data * @version 5.6.5 Pro * * @author Tassos Marinos <info@tassos.gr> * @link http://www.tassos.gr * @copyright Copyright © 2021 Tassos Marinos All Rights Reserved * @license GNU GPLv3 <http://www.gnu.org/licenses/gpl.html> or later */ defined('_JEXEC') or die('Restricted access'); use GSD\Helper; use Joomla\CMS\MVC\View\HtmlView; use Joomla\CMS\Factory; use Joomla\CMS\Language\Text; use Joomla\CMS\Toolbar\ToolbarHelper; require_once JPATH_COMPONENT_ADMINISTRATOR . '/helpers/dashboard.php'; /** * Dashboard View */ class GSDViewGSD extends HtmlView { /** * Items view display method * * @param string $tpl The name of the template file to parse; automatically searches through the template paths. * * @return mixed A string if successful, otherwise a JError object. */ function display($tpl = null) { $this->sidebar = Helper::renderSideBar(); $this->stats = GSDDashboard::getStats(); // Check for errors. if (!is_null($this->get('Errors')) && count($errors = $this->get('Errors'))) { Factory::getApplication()->enqueueMessage(implode("\n", $errors), 'error'); return false; } // Set the toolbar $this->addToolBar(); // Display the template parent::display($tpl); } /** * Add Toolbar to layout */ protected function addToolBar() { $canDo = Helper::getActions(); ToolBarHelper::title(Text::_('GSD')); if ($canDo->get('core.admin')) { ToolbarHelper::preferences('com_gsd'); } ToolbarHelper::help("Help", false, "http://www.tassos.gr/joomla-extensions/google-structured-data-markup/docs"); } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Генерация страницы: 1.02 |
proxy
|
phpinfo
|
Настройка