| Current Path : /var/www/iplanru/data/www/i-plan.ru/administrator/components/com_sef/views/words/ |
| Current File : /var/www/iplanru/data/www/i-plan.ru/administrator/components/com_sef/views/words/view.html.php |
<?php
/**
* SEF component for Joomla!
*
* @package JoomSEF
* @version 4.7.8
* @author ARTIO s.r.o., http://www.artio.net
* @copyright Copyright (C) 2020 ARTIO s.r.o.
* @license GNU/GPLv3 http://www.artio.net/license/gnu-general-public-license
*/
// Check to ensure this file is included in Joomla!
defined('_JEXEC') or die();
jimport( 'joomla.application.component.view' );
class SefViewWords extends SefView
{
function display($tpl = null)
{
$icon = 'manage-words.png';
JToolBarHelper::title(JText::_('COM_SEF_JOOMSEF_WORDS_MANAGER'), $icon);
JToolBarHelper::back('Back', 'index.php?option=com_sef');
JHTML::_('behavior.tooltip');
parent::display($tpl);
}
}