diff --git a/bl-kernel/admin/views/themes.php b/bl-kernel/admin/views/themes.php index cd40e333..8f9066cc 100644 --- a/bl-kernel/admin/views/themes.php +++ b/bl-kernel/admin/views/themes.php @@ -3,9 +3,10 @@ echo Bootstrap::pageTitle(array('title' => $L->g('Themes'), 'icon' => 'desktop')); echo ' -
' . $L->g('Name') . ' | ' . $L->g('Description') . ' | ' . $L->g('Version') . ' | @@ -17,7 +18,7 @@ echo ' foreach ($themes as $theme) { echo ' -
---|---|---|
'.$theme['name'].($theme['dirname']==$site->theme()?''.$L->g('Active').'':'').'
@@ -54,4 +55,5 @@ foreach ($themes as $theme) {
echo '
|