diff --git a/src/receive.php b/src/receive.php
index 7cbb02a..fca69de 100644
--- a/src/receive.php
+++ b/src/receive.php
@@ -95,5 +95,7 @@ $smarty->assign('buyers', $buyers);
$smarty->assign('quantity', $quantity);
$smarty->assign('itemid', $itemid);
$smarty->assign('userid', $userid);
+$smarty->assign('isadmin', $_SESSION["admin"]);
$smarty->assign('opt', $OPT);
$smarty->display('receive.tpl');
+?>
diff --git a/src/templates/event.tpl b/src/templates/event.tpl
index b5b9406..9935cfa 100644
--- a/src/templates/event.tpl
+++ b/src/templates/event.tpl
@@ -141,5 +141,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+
+