$first = $_GET['first']; $section = $_GET['section']; if ($first == "") { $first = 0; } ?> $limit = $_GET['limit']; if ($limit == "") { $limit = 3; } ?>
| |||||||||||||
|
$section = $_GET['section'];
$entry = $_GET['entry'];
?>
if ($section == "")
{
$section = "home";
$entry = "welcome";
}
?>
function ImageState($file) {
global $section;
if ($section == $file)
{
} else {
echo "2";
}
} ?>
function SubStat($file) {
global $entry;
if ($entry == $file)
{
return "1";
} else {
return "2";
}
} ?>
if ($section == "home")
{
$home_str = " News Archive"; } else if ($section == "dev") { $dev_str = " Info Coders HighWire DOM"; } else if ($section == "snap") { $snap_str = " [1] [2]"; }?>
|
||||||||||||
| HighWire website and graphics by GokMasE • Copyright © 2002-2010 HighWire Development Project • All Rights Reserved | |||||||||||||