2009-01-11 02:27:00 +00:00
|
|
|
<?php defined("SYSPATH") or die("No direct script access.") ?>
|
2010-06-25 09:56:44 -07:00
|
|
|
<h1><?= t("Preview of the %theme_name theme", array("theme_name" => $info->name)) ?></h1>
|
2009-01-11 00:24:39 +00:00
|
|
|
<p>
|
2009-03-27 03:43:21 +00:00
|
|
|
<a href="<?= url::site("admin/themes/choose/$type/$theme_name?csrf=$csrf") ?>">
|
2009-01-15 10:02:41 +00:00
|
|
|
<?= t("Activate <strong>%theme_name</strong>", array("theme_name" => $info->name)) ?>
|
2009-01-11 00:24:39 +00:00
|
|
|
</a>
|
|
|
|
|
</p>
|
2009-01-12 07:57:13 +00:00
|
|
|
<iframe src="<?= $url ?>" style="width: 900px; height: 450px"></iframe>
|