mirror of
https://github.com/e107inc/e107.git
synced 2025-09-02 02:42:40 +02:00
Bootstrap 4 fixes. USERTHEME fix.
This commit is contained in:
@@ -57,8 +57,8 @@ if(!$OTHERNEWS_STYLE)
|
||||
}
|
||||
$template = e107::getTemplate('news', 'news_menu', 'other', true, true);
|
||||
|
||||
$item_selector = '<div class="btn-group pull-right float-right"><a class="btn btn-mini btn-xs btn-default btn-secondary" href="#otherNews" data-slide="prev" data-bs-slide="prev">‹</a>
|
||||
<a class="btn btn-mini btn-xs btn-default btn-secondary" href="#otherNews" data-slide="next" data-bs-slide="next">›</a></div>';
|
||||
$item_selector = '<div class="btn-group pull-right float-right"><a class="btn btn-mini btn-sm btn-xs btn-default btn-secondary" href="#otherNews" data-slide="prev" data-bs-slide="prev">‹</a>
|
||||
<a class="btn btn-sm btn-mini btn-xs btn-default btn-secondary" href="#otherNews" data-slide="next" data-bs-slide="next">›</a></div>';
|
||||
|
||||
if(!empty($parms['caption']))
|
||||
{
|
||||
|
Reference in New Issue
Block a user