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'; diff --git a/img/checklist_icons/Desktop Application.jpg b/img/checklist_icons/Desktop Application.jpg new file mode 100644 index 0000000..3135513 Binary files /dev/null and b/img/checklist_icons/Desktop Application.jpg differ diff --git a/img/checklist_icons/Harris SecNet.jpg b/img/checklist_icons/Harris SecNet.jpg new file mode 100644 index 0000000..0294d76 Binary files /dev/null and b/img/checklist_icons/Harris SecNet.jpg differ