$L->g('Themes'), 'icon'=>'paint-brush')); echo ' '; foreach($themes as $theme) { echo ' theme()?'class="theme-installed"':'class="theme-notInstalled"').'> '; echo ''; } echo '
'.$L->g('Name').' '.$L->g('Description').' '.$L->g('Version').' '.$L->g('Author').'
'.$theme['name'].'
'.$theme['description'].' '.$theme['version'].' '.$theme['author'].'
';