Files
gallery3/core/views/admin_themes_preview.html.php
Bharat Mediratta 921f3a2eee Put csrf token into Admin_View and Theme_View by default, then use it
directly wherever possible instead of access::csrf_token().
2009-03-27 03:43:21 +00:00

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>