diff --git a/index.php b/index.php index d30616e..e7d2bda 100644 --- a/index.php +++ b/index.php @@ -28,15 +28,16 @@ ]; function getStatusIndicator($status) { + $icon_path = __DIR__ . '/assets/icons/'; switch ($status) { case 'submitted': - return ''; + return ''; case 'pending': - return ''; + return ''; case 'missed': - return ''; + return ''; case 'ooo': - return ''; + return ''; default: return ''; } @@ -56,7 +57,7 @@