summaryrefslogtreecommitdiff
path: root/core/views/admin_themes_preview.html.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/views/admin_themes_preview.html.php')
-rw-r--r--core/views/admin_themes_preview.html.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/core/views/admin_themes_preview.html.php b/core/views/admin_themes_preview.html.php
deleted file mode 100644
index a7aea172..00000000
--- a/core/views/admin_themes_preview.html.php
+++ /dev/null
@@ -1,7 +0,0 @@
-<?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>