define("PRODUCT_TITLE", "Global Mines");
define("PRODUCT_PRICE", "");
define("KAGI_FORM_VALUE", "");
define("PRODUCT_VERSION", "");
define("PRODUCT_VERSION_DATE", "");
define("DOWNLOAD_URL", "");
define("DOWNLOAD_SIZE", "");
define("EMPTY_RIGHT_NAV", "YES");
function PrintEntry($counter, $row)
{
global $color_switch;
if ($color_switch == 1) {
print "
\n";
} else {
print "
\n";
}
print "| " . $counter . ". | \n";
print "" . $row["name"] . " | \n";
// print "" . $row["date"] . " | \n";
print "" . $row["time"] . " | \n";
print "
\n";
$color_switch = 1 - $color_switch;
}
//---------------------------------------------------------------------
function PrintNoEntries()
{
print "\n";
print "| No entries found. | \n";
print "
\n";
}
?>
echo PRODUCT_TITLE; ?>
include "/home/c/codetouc/www/site/_bodyheader.phtml"; ?>
|
include "../_leftnav.phtml"; ?>
|
|
|
include "/home/c/codetouc/www/site/_dottedline.phtml"; ?>
|
|
|
include "/home/c/codetouc/www/site/_productrightnav.phtml"; ?>
include "/home/c/codetouc/www/site/_bodyfooter.phtml"; ?>