= t("Gallery allows you to choose a theme for your site, as well as a theme for the administration interface. Click a theme to preview and activate it.") ?>
= t("Site theme") ?>
"
alt="= $themes[$active]->name ?>" />
= $themes[$site]->name ?>
= $themes[$site]->description ?>
= t("Available site themes") ?>
foreach ($themes as $id => $info): ?>
if (!$info->site) continue ?>
if ($id == $site) continue ?>