$L->g('Themes'), 'icon'=>'eye')); 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'].'
'; if ($theme['dirname']!=$site->theme()) { echo ''.$L->g('Activate').''; } echo '
'; echo $theme['description']; echo ''; echo ''.$theme['version'].''; echo ' '.$theme['author'].'
';