// version climbtothestars.org 3.1, April 2001, photos
// this is the top include
// give default values to variables which have not been specified
if(!$description)
{
$description = 'This is the photo gallery of Climb to the Stars, personal site of Tara Star.';
}
if(!$keywords)
{
$keywords = 'switzerland, india, people, animal, photograph, baby, cat, dog, flower, lausanne';
}
if(!$stylesheet)
{
// this is the generic stylesheet:
$stylesheet = "http://" . $_SERVER['HTTP_HOST'] . "/notables.css";
}
else
{
$stylesheet = "http://" . $_SERVER['HTTP_HOST'] . "/$stylesheet";
}
function photo_dates()
{
global $created;
global $taken;
$dateline="snapped $taken - page created $created";
print($dateline);
}
function french($height=12, $width=18)
{
print("
");
}
function countlines($list,$ctr) { clearstatcache(); if (file_exists($list)) { $lines = file($list); while(list($key, $val) = each($lines)) { if (stristr ($val, "")) { $ctr++; } } } if ($ctr > 0)
return("(".$ctr.")");}
?>
If your browser is not using stylesheets (CSS), or you have them turned off, you are not viewing this page with proper formatting. More information?
Fatal error: Call to undefined function french() in /home/steph/old.climbtothestars.org/photos/photo.des on line 88