summaryrefslogtreecommitdiff
path: root/modules/gallery/views/admin_themes_preview.html.php
blob: a7aea1726e8c91a9ace87bca2aca9d1886444909 (plain)
1
2
3
4
5
6
7
<?php defined("SYSPATH") or die("No direct script access.") ?>
<p>
  <a href="<?= url::site("admin/themes/choose/$type/$theme_name?csrf=$csrf") ?>">
    <?= t("Activate <strong>%theme_name</strong>", array("theme_name" => $info->name)) ?>
  </a>
</p>
<iframe src="<?= $url ?>" style="width: 900px; height: 450px"></iframe>