mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-12 07:39:07 -04:00
8 lines
323 B
PHP
8 lines
323 B
PHP
<?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>
|