= t("Theme Administration") ?>
= $menu ?>
= $title ?>
= t("Selected theme") ?>
= $themes[$active]->name ?>
" alt="= $themes[$active]->name ?>" />
= $themes[$active]->description ?>
= t("Available themes") ?>
foreach ($themes as $id => $info): ?> if (!$info->$type) continue ?> if ($id == $active) continue ?>
">
= $info->name ?>
" alt="= $info->name ?>" />
= $info->description ?>
endforeach ?>