Your IP : 216.73.216.84


Current Path : /home/helpink/www/templates/tp_landing/html/plg_content_pagebreak/
Upload File :
Current File : /home/helpink/www/templates/tp_landing/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>