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

partfix #3607 forum dropdowns

This commit is contained in:
Jimako 2019-01-11 11:03:56 +01:00 committed by GitHub
parent 0445f9fa6c
commit c87220bcc0
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 .= '