diff --git a/classes/checklist.inc b/classes/checklist.inc index ba20eb1..1a4cf14 100644 --- a/classes/checklist.inc +++ b/classes/checklist.inc @@ -595,6 +595,12 @@ class checklist break; case (preg_match("/Windows PAW/i", $this->name) ? true : false): $this->icon = 'Windows PAW.jpg'; + break; + case (preg_match("/SecNet/i", $this->name) ? true : false): + $this->icon = 'Harris SecNet.jpg'; + break; + case (preg_match("/Desktop App/i", $this->name) ? true : false): + $this->icon = 'Desktop Application.jpg'; break; default: $this->icon = 'Orphan.png';