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 + +