mirror of
https://github.com/e107inc/e107.git
synced 2025-07-30 11:20:25 +02:00
@@ -227,6 +227,11 @@ class news_shortcodes extends e_shortcode
|
||||
<li><a href="'.$url.'">'.e107::getParser()->toHTML($caption,false,'defs').'</a></li>
|
||||
</ul>';
|
||||
|
||||
if(BOOTSTRAP === 4)
|
||||
{
|
||||
$text = '<a class="pager-button btn btn-primary hidden-print" href="'.$url.'">'.e107::getParser()->toHTML($caption,false,'defs').'</a>';
|
||||
}
|
||||
|
||||
return $text;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user