$L->g('Themes'), 'icon'=>'eye')); echo '
'.$L->g('Name').' | '.$L->g('Description').' | '.$L->g('Version').' | '.$L->g('Author').' |
---|---|---|---|
'.$theme['name'].($theme['dirname']==$site->theme()?''.$L->g('Enabled').'':'').'
';
if ($theme['dirname']!=$site->theme()) {
echo ''.$L->g('Activate').'';
} else {
if (isset($theme['plugin'])) {
echo '' . $L->g('Settings') . '';
}
}
echo '
|
';
echo ''; echo $theme['description']; echo ' | '; echo ''; echo ''.$theme['version'].''; echo ' | '; echo ''.$theme['author'].' | '; echo '