🐛 fix the active badge
This commit is contained in:
parent
9818143bac
commit
5311fcd9d0
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ foreach ($themes as $theme) {
|
|||
echo '
|
||||
<tr class="card-tablebody">
|
||||
<td class="align-middle pt-3 pb-3">
|
||||
<div>'.$theme['name'].($theme['dirname']==$site->theme()?'<span class="badge badge-primary ms-2">'.$L->g('Active').'</span>':'').'</div>
|
||||
<div>'.$theme['name'].($theme['dirname']==$site->theme()?'<span class="badge bg-primary ms-2">'.$L->g('Active').'</span>':'').'</div>
|
||||
<div class="mt-1">
|
||||
';
|
||||
|
||||
|
|
Loading…
Reference in a new issue