mirror of
https://github.com/e107inc/e107.git
synced 2025-08-08 23:56:58 +02:00
Bootstrap5 styling
This commit is contained in:
@@ -3624,7 +3624,7 @@ var_dump($select_options);*/
|
||||
|
||||
foreach($value as $k=>$v)
|
||||
{
|
||||
$text .= '<li>'.$v.'</li>';
|
||||
$text .= '<li class="dropdown-item">'.$v.'</li>';
|
||||
}
|
||||
|
||||
$text .= '
|
||||
|
Reference in New Issue
Block a user