1
0
mirror of https://github.com/e107inc/e107.git synced 2025-03-21 04:49:51 +01:00

Merge pull request #3610 from Jimmi08/patch-10

Issue #3607 forum dropdowns partial fix.
This commit is contained in:
Cameron 2019-01-11 12:20:29 -08:00 committed by GitHub
commit b22498e3e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 .= '