change label on the active theme
This commit is contained in:
parent
90a4f304c8
commit
f8366bb6c8
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ foreach ($themes as $theme) {
|
|||
echo '
|
||||
<tr>
|
||||
<td class="align-middle pt-4 pb-4">
|
||||
<div>'.$theme['name'].($theme['dirname']==$site->theme()?'<span class="badge bg-primary ms-2">'.$L->g('Activate').'</span>':'').'</div>
|
||||
<div>'.$theme['name'].($theme['dirname']==$site->theme()?'<span class="badge bg-primary ms-2">'.$L->g('Enabled').'</span>':'').'</div>
|
||||
<div class="mt-1">
|
||||
';
|
||||
|
||||
|
|
Loading…
Reference in a new issue