| Current Path : /home/helpink/www/templates/astroid_template_zero/html/plg_content_pagebreak/ |
| Current File : /home/helpink/www/templates/astroid_template_zero/html/plg_content_pagebreak/toc.php |
<?php
/**
* @package Astroid Framework
* @author Astroid Framework https://astroidframe.work
* @copyright Copyright (C) 2023 AstroidFrame.work.
* @license https://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or Later
*/
defined('_JEXEC') or die;
?>
<div class="float-right article-index">
<?php if ($headingtext) : ?>
<h3><?php echo $headingtext; ?></h3>
<?php endif; ?>
<ul class="nav-tabs nav-stacked">
<?php foreach ($list as $listItem) : ?>
<?php $class = $listItem->liClass ? ' class="' . $listItem->liClass . '"' : ''; ?>
<li<?php echo $class; ?>>
<a href="<?php echo $listItem->link; ?>" class="<?php echo $listItem->class; ?>">
<?php echo $listItem->title; ?>
</a>
</li>
<?php endforeach; ?>
</ul>
</div>