@@ -14,9 +14,9 @@ discard block |
||
| 14 | 14 | <!-- #### PUBLIC #### --> |
| 15 | 15 | |
| 16 | 16 | <?php if ($this->notification_model->status() === FALSE) { |
| 17 | - $status = $this->notification_model->status_view(); ?> |
|
| 17 | + $status = $this->notification_model->status_view(); ?> |
|
| 18 | 18 | <?php echo "<div class='alert alert-info' role='alert'> Service Fault: "; |
| 19 | - foreach ($status as $status_item): ?> |
|
| 19 | + foreach ($status as $status_item): ?> |
|
| 20 | 20 | <?php |
| 21 | 21 | switch ($status_item['status']) { |
| 22 | 22 | case 0: |
@@ -29,6 +29,6 @@ discard block |
||
| 29 | 29 | break; |
| 30 | 30 | } |
| 31 | 31 | } |
| 32 | - ?> |
|
| 32 | + ?> |
|
| 33 | 33 | <?php endforeach; |
| 34 | - echo "</div>"; } |
|
| 35 | 34 | \ No newline at end of file |
| 35 | + echo "</div>"; } |
|
| 36 | 36 | \ No newline at end of file |