File tree Expand file tree Collapse file tree 1 file changed +14
-11
lines changed
astroid/astroid-template-one/html-j4/plg_content_pagebreak Expand file tree Collapse file tree 1 file changed +14
-11
lines changed Original file line number Diff line number Diff line change 11<?php
2+
23/**
34 * @package Astroid Framework
45 * @author JoomDev https://www.joomdev.com
78 */
89
910defined ('_JEXEC ' ) or die;
11+
12+ use Joomla \CMS \Router \Route ;
1013?>
1114<div class="float-right article-index">
1215
1316 <?php if ($ headingtext ) : ?>
14- <h3><?php echo $ headingtext ; ?> </h3>
17+ <h3><?php echo $ headingtext ; ?> </h3>
1518 <?php endif ; ?>
1619
17- <ul class="nav-tabs nav-stacked ">
18- <?php foreach ($ list as $ listItem ) : ?>
19- <?php $ class = $ listItem ->liClass ? ' class=" ' . $ listItem -> liClass . ' " ' : '' ; ?>
20- <li<?php echo $ class ; ?> >
21- <a href="<?php echo $ listItem ->link ; ?> " class="<?php echo $ listItem -> class ; ?> ">
22- <?php echo $ listItem ->title ; ?>
23- </a>
24- </li>
25- <?php endforeach ; ?>
20+ <ul class="nav flex-column ">
21+ <?php foreach ($ list as $ listItem ) : ?>
22+ <?php $ class = $ listItem ->active ? ' active ' : '' ; ?>
23+ <li>
24+ <a href="<?php echo Route:: _ ( $ listItem ->link ) ; ?> " class="toclink <?php echo $ class ; ?> ">
25+ <?php echo $ listItem ->title ; ?>
26+ </a>
27+ </li>
28+ <?php endforeach ; ?>
2629 </ul>
27- </div>
30+ </div>
You can’t perform that action at this time.
0 commit comments