
// FULL EVENT LIST
$result = mysql_query("select * from inventory where itemtype='2' and $regstatus order by name asc");
if($_SERVER['HTTP_HOST']=="staging.aigany.org") { $staging="/".$_SERVER['HTTP_HOST']; };
require $_SERVER['DOCUMENT_ROOT'].$staging."/includes/eventlist.html";
?>
|
|
| if($_SERVER['HTTP_HOST']=="staging.aigany.org") {
$staging="/".$_SERVER['HTTP_HOST']; };
require $_SERVER['DOCUMENT_ROOT'].$staging."/includes/calendar.html"; ?> |
|
if($_SERVER['HTTP_HOST']=="staging.aigany.org") { $staging="/".$_SERVER['HTTP_HOST']; };
require $_SERVER['DOCUMENT_ROOT'].$staging."/includes/cart.html"; ?>
| if($_SERVER['HTTP_HOST']=="staging.aigany.org") {
$staging="/".$_SERVER['HTTP_HOST']; };
require $_SERVER['DOCUMENT_ROOT'].$staging."/includes/coming.html"; ?> |
|