$L->g('Themes'), 'icon'=>'paint-brush')); 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 '';
echo $theme['description'];
if( !$theme['compatible'] ) {
echo ' This theme is incompatible with Bludit v'.BLUDIT_VERSION.' ';
}
echo ' | ';
echo '
'.$theme['version'].' | '.$theme['author'].' | '; echo '