$L->g('Themes'), 'icon' => 'desktop')); echo ' '; foreach ($themes as $theme) { echo ' theme() ? 'class="bg-light"' : '') . '> '; echo ''; echo ''; echo ''; echo ''; } echo '
' . $L->g('Name') . ' ' . $L->g('Description') . ' ' . $L->g('Version') . ' ' . $L->g('Author') . '
'.$theme['name'].($theme['dirname']==$site->theme()?''.$L->g('Active').'':'').'
'; if ($theme['dirname'] != $site->theme()) { echo '' . $L->g('Activate') . ''; } else { if (isset($theme['plugin'])) { echo '' . $L->g('Settings') . ''; } } echo '
'; echo $theme['description']; echo ''; echo '' . $theme['version'] . ''; echo ' ' . $theme['author'] . '
';