Skip to content

Instantly share code, notes, and snippets.

<?php
/** @var $this JDocumentHTML */
defined( '_JEXEC' ) or die( 'Restricted access' );
// TODO: Ошибка генерации ссылки на "все новости"
$doc = JFactory::getDocument();
$config = JFactory::getConfig();
$this->_generator = '';
$baseUrl = JUri::base();
$isHomePage = $baseUrl === JUri::current();