$L->g('Themes'), 'icon'=>'paint-brush')); echo ' '; foreach($themes as $theme) { echo ' theme()?'class="theme-installed"':'class="theme-notInstalled"').'> '; echo ''; echo ' '; echo ''; } echo '
'.$L->g('Name').' '.$L->g('Description').' '.$L->g('Version').' '.$L->g('Author').'
'; if($theme['dirname']!=$Site->theme()) { echo ' '; } else { echo ' '; } echo ' '.$theme['name'].'
'; echo $theme['description']; if( !$theme['compatible'] ) { echo '
This theme is incompatible with Bludit v'.BLUDIT_VERSION.'
'; } echo '
'.$theme['version'].' '.$theme['author'].'
';