diff options
author | Bharat Mediratta <bharat@menalto.com> | 2008-12-03 03:53:46 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2008-12-03 03:53:46 +0000 |
commit | 7f9b765571f2805d7f68a87870b5720baa1ecc34 (patch) | |
tree | 8ca291769c0563bb5342e5a8f39ba28a95462dcb | |
parent | 844e5573f0ce27f716f33a6e450a69a5d281a4d2 (diff) |
Fix errors in the preamble
-rw-r--r-- | modules/rearrange/views/rearrange.html.php | 2 | ||||
-rw-r--r-- | modules/rearrange/views/rearrange_item_list.html.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/rearrange/views/rearrange.html.php b/modules/rearrange/views/rearrange.html.php index 24ccfb50..3822e39d 100644 --- a/modules/rearrange/views/rearrange.html.php +++ b/modules/rearrange/views/rearrange.html.php @@ -1,4 +1,4 @@ -<?php defined("SYSPATH") or die("No direct script access."); ?> +<? defined("SYSPATH") or die("No direct script access."); ?> <script> $(document).ready( function() { $('#gRearrangeTree').RearrangeTree({}, function(file) { diff --git a/modules/rearrange/views/rearrange_item_list.html.php b/modules/rearrange/views/rearrange_item_list.html.php index f98d6a4e..f47bc93b 100644 --- a/modules/rearrange/views/rearrange_item_list.html.php +++ b/modules/rearrange/views/rearrange_item_list.html.php @@ -1,4 +1,4 @@ -<?php defined("SYSPATH") or die("No direct script access."); ?> +<? defined("SYSPATH") or die("No direct script access."); ?> <ul class="jqueryFileTree" style="display: none"> <? foreach ($children as $item): ?> <? if ($item->type == "album"): ?> |