= t("Current theme") ?>
" alt="= $themes[$active]->name ?>" />
= $themes[$active]->description ?>
= $themes[$active]->name ?>
|
foreach ($themes as $id => $theme): ?>
if ($id == $active) continue; ?>
" alt="= $theme->name ?>" />
= $theme->description ?>
= $theme->name ?>
|
endforeach ?>