@@ -79,7 +79,7 @@ discard block |
||
79 | 79 | </ul> |
80 | 80 | </li> |
81 | 81 | <?php |
82 | - if (isset($globalAccidents) && $globalAccidents) { |
|
82 | + if (isset($globalAccidents) && $globalAccidents) { |
|
83 | 83 | ?> |
84 | 84 | <li class="dropdown"> |
85 | 85 | <a class="dropdown-toggle <?php if(strtolower($current_page) == "statistics-fatalities-year" || strtolower($current_page) == "statistics-fatalities-month"){ print 'active'; } ?>" data-toggle="dropdown" href="#"> |
@@ -91,7 +91,7 @@ discard block |
||
91 | 91 | </ul> |
92 | 92 | </li> |
93 | 93 | <?php |
94 | - } |
|
94 | + } |
|
95 | 95 | ?> |
96 | 96 | </ul> |
97 | 97 | </div> |
98 | 98 | \ No newline at end of file |