Viewing file: ax.inc (1.3 KB) -rw-rw-r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
function error($message) { echo $message."<br>"; echo "We would be glad, if you could <a href=\"mailto:axcontact@yahoo.com\">inform us</a> if the problem persists.<br>\n"; echo "We apologize."; }
function disp_preamble($title1,$title2) { header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); header("Last-Modified: " . gmdate("D, d M Y H:i:s") . "GMT"); header("Cache-Control: no-cache, must-revalidate"); //header("Cache-Control: must-revalidate"); header("Pragma: no-cache"); ?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>AX <? echo $title1; if ($title2!="") echo " - ".$title2; ?></title> </head> <body bgcolor="#000000" text="#0080FF" link="#0080FF" vlink="#8080C0" alink="#C0C0C0">
<p align=center><img src="http://www.axkickboxing.com/images/axmain.gif" alt="AX Kickboxing" align="middle" border="0" vspace="20" width="314" height="229"><br> <font size=7><b><?echo $title1?></b></font></p> <? }
function disp_tail() { ?> <p align="center"><a href="http://ax.simplenet.com/kick">[Back to AX]</a></p> <p align="center"><font color="#FEFFD2">AX name and logo copyright Brian Ritchie - </font><a href="mailto:axcontact@yahoo.com"><font color="#408080">axcontact@yahoo.com</font></a></p>
</body> </html> <? }
|