Modification for translation
This commit is contained in:
parent
78fcb9d798
commit
6967bb13cd
1 changed files with 2 additions and 2 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">Active</span>':'').'</div>
|
||||
<div>'.$theme['name'].($theme['dirname']==$site->theme()?'<span class="badge bg-primary ms-2">'.$L->g('Activate').'</span>':'').'</div>
|
||||
<div class="mt-1">
|
||||
';
|
||||
|
||||
|
@ -80,4 +80,4 @@ foreach ($themes as $theme) {
|
|||
echo '
|
||||
</tbody>
|
||||
</table>
|
||||
';
|
||||
';
|
||||
|
|
Loading…
Reference in a new issue