@@ -355,13 +355,16 @@ |
||
355 | 355 | <i class="fas fa-times-circle"></i> |
356 | 356 | <?php endif; ?> |
357 | 357 | </div> |
358 | - <?php else: ?> |
|
358 | + <?php else { |
|
359 | + : ?> |
|
359 | 360 | <div class="icon-box"> |
360 | 361 | <span class="message-icon"> |
361 | 362 | <i class="fas fa-exclamation-circle"></i> |
362 | 363 | </span> |
363 | 364 | </div> |
364 | - <?php endif; ?> |
|
365 | + <?php endif; |
|
366 | +} |
|
367 | +?> |
|
365 | 368 | </div> |
366 | 369 | <button type="button" class="close" data-dismiss="modal" aria-label="Close"> |
367 | 370 | <span aria-hidden="true">×</span> |