"; include("../includes_02/header.php"); //echo "Variable Type: $variable_type
"; //echo "Var: $var
"; //echo "Template: $template
"; if ($variable_type == "year") { //echo "
1"; include("year.php"); } else if ($variable_type == "archive") { //echo "
2"; include("archive.php"); } else if ($variable_type == "report" && $template == "template.php") { //echo "
3"; include("template.php"); } else if ($variable_type == "report" && $template == "template_01.php") { //echo "
4"; include("template_01.php"); } else if ($variable_type == "report" && $template == "template_02.php") { //echo "
5"; include("template_02.php"); } else if ($variable_type == "report" && $template == "template_03.php") { //echo "
6"; include("template_03.php"); } else if ($variable_type == "report" && $template == "template_04.php") { //echo "
7"; include("template_04.php"); } else if ($variable_type == "report" && $template == "template_05.php") { //echo "
8"; include("template_05.php"); } else if ($variable_type == "report" && $template == "template_06.php") { //echo "
9"; include("template_06.php"); } else if ($variable_type == "report" && $template == "template_07.php") { //echo "
10"; include("template_07.php"); } else if ($variable_type == "report" && $template == "template_08.php") { //echo "
11"; include("template_08.php"); } else if ($variable_type == "report" && $template == "template_09.php") { //echo "
12"; include("template_09.php"); } else if ($variable_type == "report" && $template == "template_10.php") { //echo "
13"; include("template_10.php"); } else if ($variable_type == "reports_home") { //echo "
14"; //include("latest_additions.php"); include("reports_home_content.php"); } include("../includes_02/footer.php"); ?>