diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-01-11 02:27:00 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-01-11 02:27:00 +0000 |
commit | 01666c5579b3de40981d9a06a627166e3bddedf6 (patch) | |
tree | 2621b656b07de422be1a7c014a9019ab84fa4bc6 /core/views | |
parent | afb90768b4c61ad7c0fd10dd04bf9bfe9458d4af (diff) |
Fix all file structure issues (tabs, bad preambles, etc).
Note: installer/install.php is now on the "direct access" list.
Diffstat (limited to 'core/views')
-rw-r--r-- | core/views/admin_themes_preview.html.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/views/admin_themes_preview.html.php b/core/views/admin_themes_preview.html.php index c31d4118..b29c2a48 100644 --- a/core/views/admin_themes_preview.html.php +++ b/core/views/admin_themes_preview.html.php @@ -1,3 +1,4 @@ +<?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> |