* @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; use Joomla\Plugin\Content\PageBreak\Extension\PageBreak; /** * @var PageBreak $this * @var array $links Array with keys 'previous' and 'next' with non-SEO links to the previous and next pages * @var integer $page The page number */ $lang = $this->getApplication()->getLanguage(); ?>