Search the Fire Ring
Support theFireRing.com by shopping at amazon.com
Just shop as you normally would but start by clicking on the link above.
|
$myKey = $_GET['GCNPKey'];
$GalleryName = "";
$GalleryDir = "";
$GalleryThumbDir = "";
$GalleryDescription = "";
switch ($myKey)
{
case 1:
$GalleryName = "GrandCanyonSunrise";
$GalleryDir = "photos/GrandCanyonNP/2009/Sunrise/";
$GalleryThumbDir = "photos/GrandCanyonNP/2009/Sunrise/thumbs/";
$GalleryDescription = "Grand Canyon Sunrise";
break;
case 2:
$GalleryName = "GCVillage";
$GalleryDir = "photos/GrandCanyonNP/2009/GCVillage/";
$GalleryThumbDir = "photos/GrandCanyonNP/2009/GCVillage/thumbs/";
$GalleryDescription = "View from Grand Canyon Village";
break;
case 3:
$GalleryName = "MatherPoint";
$GalleryDir = "photos/GrandCanyonNP/2009/MatherPoint/";
$GalleryThumbDir = "photos/GrandCanyonNP/2009/MatherPoint/thumbs/";
$GalleryDescription = "View from Mather Point";
break;
case 4:
$GalleryName = "CanyonFlora";
$GalleryDir = "photos/GrandCanyonNP/2009/Flora/";
$GalleryThumbDir = "photos/GrandCanyonNP/2009/Flora/thumbs/";
$GalleryDescription = "Grand Canyon Flora";
break;
case 5:
$GalleryName = "Fossils";
$GalleryDir = "photos/GrandCanyonNP/2009/Fossils/";
$GalleryThumbDir = "photos/GrandCanyonNP/2009/Fossils/thumbs/";
$GalleryDescription = "Grand Canyon Fossils";
break;
case 6:
$GalleryName = "HermitTrail";
$GalleryDir = "photos/GrandCanyonNP/2009/HermitsRest/";
$GalleryThumbDir = "photos/GrandCanyonNP/2009/HermitsRest/thumbs/";
$GalleryDescription = "Descending the Hermit Trail";
break;
case 7:
$GalleryName = "DrippingSprings";
$GalleryDir = "photos/GrandCanyonNP/2009/DrippingSpring/";
$GalleryThumbDir = "photos/GrandCanyonNP/2009/DrippingSpring/thumbs/";
$GalleryDescription = "The Trail to Dripping Springs";
break;
case 8:
$GalleryName = "SantaMariaSpring";
$GalleryDir = "photos/GrandCanyonNP/2009/SantaMariaSpring/";
$GalleryThumbDir = "photos/GrandCanyonNP/2009/SantaMariaSpring/thumbs/";
$GalleryDescription = "The Trail to Santa Maria Spring";
break;
}
if ($GalleryName == "")
{
echo("home » Nothing Selected
| ");
echo("Nothing Selected | ");
}
else
{
require("../theFireRing/phputility/photohelpers.php");
echo("home » Nature Photography » Grand Canyon National Park » Grand Canyon Photos
| ");
echo("");
echo(" $GalleryDescription ");
createGallery( $GalleryDir, $GalleryThumbDir, 3, $GalleryName, $GalleryDescription, true );
echo(" | ");
}
?>
Related Site Content
|
|