diff options
Diffstat (limited to 'themes')
-rw-r--r-- | themes/default/views/form.html.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/themes/default/views/form.html.php b/themes/default/views/form.html.php index da48d452..1933fb19 100644 --- a/themes/default/views/form.html.php +++ b/themes/default/views/form.html.php @@ -1,4 +1,5 @@ -<?php defined("SYSPATH") or die("No direct script access."); +<? defined("SYSPATH") or die("No direct script access."); ?> +<? print($open); // Not sure what to do with these, but at least show that we received them. |