diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-01-04 01:35:35 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-01-04 01:35:35 +0000 |
commit | 9f70af787f6ff30f75c0518ce18127fd93d898e6 (patch) | |
tree | f4177c575c46b29526c8806e32a66fb0f3483f36 | |
parent | 4f57c30590c4860f2d95be6ed9626d75c250ebe0 (diff) |
Fix preamble
-rw-r--r-- | core/views/admin_themes.html.php | 2 | ||||
-rw-r--r-- | core/views/quick_edit.html.php | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/core/views/admin_themes.html.php b/core/views/admin_themes.html.php index 861c60cc..a075e2c8 100644 --- a/core/views/admin_themes.html.php +++ b/core/views/admin_themes.html.php @@ -1,4 +1,4 @@ -<? defined("SYSPATH") or die("No direct script access.") ?> +<?php defined("SYSPATH") or die("No direct script access.") ?> <div id="gThemes"> <h1><?= _("Theme Administration") ?></h2> <p> diff --git a/core/views/quick_edit.html.php b/core/views/quick_edit.html.php index 30baf4f8..a7df97f1 100644 --- a/core/views/quick_edit.html.php +++ b/core/views/quick_edit.html.php @@ -1,3 +1,4 @@ +<?php defined("SYSPATH") or die("No direct script access.") ?> <? if ($item->type == "photo"): ?> <div class="rotate-counter-clockwise" quickedit_link="<?= url::site("quick/rotate/$item->id/ccw?csrf=" . access::csrf_token()) ?>"> |