@@ -14,8 +14,11 @@ |
||
14 | 14 | endfor; |
15 | 15 | ?> |
16 | 16 | <div id="map" class="map"></div> |
17 | -<?php else : ?> |
|
17 | +<?php else { |
|
18 | + : ?> |
|
18 | 19 | <div class="alert alert-warning"> |
19 | 20 | <strong>Warning!</strong> Not a validated IP, could not found location. |
20 | 21 | </div> |
21 | -<?php endif; ?> |
|
22 | +<?php endif; |
|
23 | +} |
|
24 | +?> |
@@ -120,11 +120,14 @@ |
||
120 | 120 | <h3 class="head">Om mig</h3> |
121 | 121 | <p class="head">Små saker</p> |
122 | 122 | </div> |
123 | -<?php else : ?> |
|
123 | +<?php else { |
|
124 | + : ?> |
|
124 | 125 | <div class="callbacks_container"> |
125 | 126 | <div class="banner-top-hidesite"></div> |
126 | 127 | </div> |
127 | -<?php endif; ?> |
|
128 | +<?php endif; |
|
129 | +} |
|
130 | +?> |
|
128 | 131 | |
129 | 132 | <div class="clearfix"></div> |
130 | 133 |