diff options
Diffstat (limited to 'core/views/admin_themes_preview.html.php')
| -rw-r--r-- | core/views/admin_themes_preview.html.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/core/views/admin_themes_preview.html.php b/core/views/admin_themes_preview.html.php index b29c2a48..acd1ba3c 100644 --- a/core/views/admin_themes_preview.html.php +++ b/core/views/admin_themes_preview.html.php @@ -1,8 +1,7 @@ <?php defined("SYSPATH") or die("No direct script access.") ?> -<h1> <?= t("Theme Preview: {{theme_name}}", array("theme_name" => $info->name)) ?> </h1> -<iframe src="<?= $url ?>" style="width: 600px; height: 500px"></iframe> <p> <a href="<?= url::site("admin/themes/choose/$type/$theme_name?csrf=" . access::csrf_token()) ?>"> - <?= t("Activate <b>{{theme_name}}</b>", array("theme_name" => $info->name)) ?> + <?= t("Activate <strong>{{theme_name}}</strong>", array("theme_name" => $info->name)) ?> </a> </p> +<iframe src="<?= $url ?>" style="width: 900px; height: 450px"></iframe> |
