芝麻web文件管理V1.00
编辑当前文件:/home/provyohx/public_html/plugins__c0c73d1/content/pagenavigation/tmpl/default.php
* @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; use Joomla\CMS\Language\Text; use Joomla\CMS\Router\Route; /** * @var \Joomla\Plugin\Content\PageNavigation\Extension\PageNavigation $this */ $this->loadLanguage(); $lang = $this->getLanguage(); ?>
prev) : $direction = $lang->isRtl() ? 'right' : 'left'; ?>
title)); ?>
' . $row->prev_label . '
'; ?> next) : $direction = $lang->isRtl() ? 'left' : 'right'; ?>
title)); ?>
' . $row->next_label . '
'; ?>