@@ -263,13 +263,16 @@ |
||
263 | 263 | <?php endif; ?> |
264 | 264 | </span> |
265 | 265 | </div> |
266 | - <?php else: ?> |
|
266 | + <?php else { |
|
267 | + : ?> |
|
267 | 268 | <div class="icon-box"> |
268 | 269 | <span class="message-icon"> |
269 | 270 | <i class="fas fa-exclamation-circle"></i> |
270 | 271 | </span> |
271 | 272 | </div> |
272 | - <?php endif; ?> |
|
273 | + <?php endif; |
|
274 | +} |
|
275 | +?> |
|
273 | 276 | </div> |
274 | 277 | <button type="button" class="close" data-dismiss="modal" aria-label="Close"> |
275 | 278 | <span aria-hidden="true">×</span> |