From e729f920139f0c65902be2d6b2c32466b08375e8 Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Mon, 20 Oct 2025 17:54:52 +0000
Subject: [PATCH] =Form updates
---
icons.php | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/icons.php b/icons.php
index be6007c..10df568 100644
--- a/icons.php
+++ b/icons.php
@@ -378,6 +378,7 @@
// $this->cache->invalidateGroup('icons');
$this->style = JVB_SITE['icons']??'regular';
+
$this->used = get_option(BASE.'used_icons', [
$this->style => [
'heart',
@@ -475,7 +476,8 @@
'location',
'hours',
'star',
- 'star-half'
+ 'star-half',
+ 'exclamation-mark'
],
'fill' => [
'heart',
--
Gitblit v1.10.0