From 4e0d96d522a9adfef27ea7919d67c67103403bf6 Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Fri, 30 Jan 2026 00:13:21 +0000
Subject: [PATCH] Fix code review issues: field name consistency and
theme_enabled conditional
Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com>
---
src/templates/index.php | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/src/templates/index.php b/src/templates/index.php
index 255ec24..f2adfea 100644
--- a/src/templates/index.php
+++ b/src/templates/index.php
@@ -214,8 +214,8 @@ $stickyHeader = $this->params->get('stickyHeader') ? 'position-sticky sticky-top
// Meta
$this->setMetaData('viewport', 'width=device-width, initial-scale=1');
-if ($this->params->get('faKitCode')) {
- $faKit = "https://kit.fontawesome.com/" . $this->params->get('faKitCode') . ".js";
+if ($this->params->get('fA6KitCode')) {
+ $faKit = "https://kit.fontawesome.com/" . $this->params->get('fA6KitCode') . ".js";
HTMLHelper::_('script', $faKit, ['crossorigin' => 'anonymous']);
} else {
try {
@@ -260,6 +260,7 @@ $wa->useStyle('template.user'); // css/user.css
+
+