<?php/** * @package Joomla.Plugin * @subpackage Content.pagebreak * * @copyright Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */defined('_JEXEC')ordie;?><divclass="pull-right article-index"><?phpif($headingtext):?><h3><?phpecho$headingtext;?></h3><?phpendif;?><ulclass="nav nav-tabs nav-stacked"><?phpforeach($listas$listItem):?><?php$class=$listItem->liClass?' class="'.$listItem->liClass.'"':'';?><li<?phpecho$class;?>><ahref="<?phpecho$listItem->link;?>"class="<?phpecho$listItem->class;?>"><?phpecho$listItem->title;?></a></li><?phpendforeach;?></ul></div>