"; //echo "Var: $var"; if ($variable_type == "year") { //echo "
1"; include("../photo-reports/year.php"); } else if ($variable_type == "archive") { //echo "
2"; include("../photo-reports/archive.php"); } else if ($variable_type == "report") { //echo "
3"; include("../photo-reports/template.php"); } else if ($variable_type == "latest-reports") { //echo "
4"; include("../photo-reports/latest_additions.php"); } include("../photo-reports/footer.php"); ?>