summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2010-06-25 09:56:44 -0700
committerBharat Mediratta <bharat@menalto.com>2010-06-25 09:56:44 -0700
commit8bc7eec60f8be5219bed64d95cf7e6efb85941f1 (patch)
treefb5f2ee52c458eb83cb7a11651ad0c4c85a150b0
parentc946ad1fcd87d4cb9c8f45b0b3c553b31fcebec8 (diff)
Add a <h1> title saying that this is a preview.
-rw-r--r--modules/gallery/views/admin_themes_preview.html.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gallery/views/admin_themes_preview.html.php b/modules/gallery/views/admin_themes_preview.html.php
index a7aea172..80a6158b 100644
--- a/modules/gallery/views/admin_themes_preview.html.php
+++ b/modules/gallery/views/admin_themes_preview.html.php
@@ -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)) ?>