芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/.trash/plugins.5/content/pagenavigation/tmpl/default.php
* @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; use Joomla\CMS\Factory; use Joomla\CMS\Language\Text; use Joomla\CMS\Router\Route; $lang = Factory::getLanguage(); ?>
prev) : $direction = $lang->isRtl() ? 'right' : 'left'; ?>
title)); ?>
' . $row->prev_label . '
'; ?>
next) : $direction = $lang->isRtl() ? 'left' : 'right'; ?>
title)); ?>
' . $row->next_label . '
'; ?>