From c87220bcc03dbbbc38fa928c539a29ef80a000b2 Mon Sep 17 00:00:00 2001 From: Jimako <janamicek@gmail.com> Date: Fri, 11 Jan 2019 11:03:56 +0100 Subject: [PATCH] partfix #3607 forum dropdowns --- e107_plugins/forum/shortcodes/batch/viewforum_shortcodes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_plugins/forum/shortcodes/batch/viewforum_shortcodes.php b/e107_plugins/forum/shortcodes/batch/viewforum_shortcodes.php index e869e3b22..2da5a6338 100644 --- a/e107_plugins/forum/shortcodes/batch/viewforum_shortcodes.php +++ b/e107_plugins/forum/shortcodes/batch/viewforum_shortcodes.php @@ -111,7 +111,7 @@ //-- foreach($jumpList as $key => $val) foreach($jumpList as $val) { - $text .= '<li><a href="' . e107::url('forum', 'forum', $val) . '">' . LAN_FORUM_1017 . ': ' . $val['forum_name'] . '</a></li>'; + $text .= '<li><a class="dropdown-item" href="' . e107::url('forum', 'forum', $val) . '">' . LAN_FORUM_1017 . ': ' . $val['forum_name'] . '</a></li>'; } $text .= '