mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 13:17:24 +02:00
Issue #4332 Bootstrap5 styling.
This commit is contained in:
@@ -209,8 +209,8 @@ class news_shortcodes extends e_shortcode
|
||||
|
||||
$caption = vartrue($parm['text'], LAN_BACK);
|
||||
|
||||
$text = '<ul class="pager hidden-print">
|
||||
<li><a href="'.$url.'">'.e107::getParser()->toHTML($caption,false,'defs').'</a></li>
|
||||
$text = '<ul class="pagination hidden-print">
|
||||
<li class="page-item"><a class="page-link" href="'.$url.'">'.e107::getParser()->toHTML($caption,false,'defs').'</a></li>
|
||||
</ul>';
|
||||
|
||||
if(defined('BOOTSTRAP') && BOOTSTRAP === 4)
|
||||
|
Reference in New Issue
Block a user