Add a <h1> title saying that this is a preview.

This commit is contained in:
Bharat Mediratta
2010-06-25 09:56:44 -07:00
parent c946ad1fcd
commit 8bc7eec60f

View File

@@ -1,4 +1,5 @@
<?php defined("SYSPATH") or die("No direct script access.") ?>
<h1><?= t("Preview of the %theme_name theme", array("theme_name" => $info->name)) ?></h1>
<p>
<a href="<?= url::site("admin/themes/choose/$type/$theme_name?csrf=$csrf") ?>">
<?= t("Activate <strong>%theme_name</strong>", array("theme_name" => $info->name)) ?>