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