1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

Merge pull request #1841 from yesszus/patch-4

Issue #6 LAN Update
This commit is contained in:
Cameron
2016-09-14 10:38:58 -07:00
committed by GitHub

View File

@@ -559,7 +559,7 @@ class plugin_forum_view_shortcodes extends e_shortcode
$text = '<div class="btn-group pull-right">
<button class="btn btn-default btn-sm btn-small dropdown-toggle" data-toggle="dropdown">
Options
'.LAN_FORUM_8013.'
<span class="caret"></span>
</button>
<ul class="dropdown-menu pull-right text-right">';
@@ -932,4 +932,4 @@ if ($forum->checkPerm($this->var['thread_forum_id'], 'post') && $this->var['thre
}
}
?>
?>