... | ... |
@@ -100,7 +100,7 @@ |
100 | 100 |
} |
101 | 101 |
} |
102 | 102 |
} |
103 |
- <?php if ($this->custom_categories): ?>,services: <?= $this->custom_categories ?><?php endif; ?> |
|
103 |
+ <?php if ($this->custom_categories): ?><?= $this->custom_categories ?><?php endif; ?> |
|
104 | 104 |
} |
105 | 105 |
// List actual services here |
106 | 106 |
<?php if ($this->services): ?>,services: <?= $this->services ?><?php endif; ?> |