diff --git a/README.md b/README.md index 61dde8d..38c11b1 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ A modern, lightweight Joomla site template built on Cassiopeia with Font Awesome | | | |---|---| | **Type** | Joomla Site Template | -| **Version** | 02.03.00 | +| **Version** | 02.04.00 | | **Joomla** | 5.x / 6.x | | **PHP** | 8.1+ | | **License** | GPL-3.0-or-later | diff --git a/src/component.php b/src/component.php index b1b87e1..317357a 100644 --- a/src/component.php +++ b/src/component.php @@ -53,6 +53,15 @@ $wa->useStyle('template.component'); // css/component.css // Light theme only (no theme switching in component view) $wa->useStyle('template.light.standard'); // css/theme/light.standard.css +// Font Awesome 7 Free +$wa->useStyle('vendor.fa7free.fontawesome'); +$wa->useStyle('vendor.fa7free.solid'); +$wa->useStyle('vendor.fa7free.regular'); +$wa->useStyle('vendor.fa7free.brands'); + +// Bootstrap 5 +HTMLHelper::_('bootstrap.framework'); + // Load custom light palette if selected in template configuration and file exists $params_LightColorName = (string) $this->params->get('colorLightName', 'standard'); if ($params_LightColorName === 'custom' && file_exists(JPATH_ROOT . '/media/templates/site/mokoonyx/css/theme/light.custom.css')) diff --git a/src/templateDetails.xml b/src/templateDetails.xml index 0fca400..72a751a 100644 --- a/src/templateDetails.xml +++ b/src/templateDetails.xml @@ -39,7 +39,7 @@ MokoOnyx - 02.03.00 + 02.04.00 script.php 2026-05-16 Jonathan Miller || Moko Consulting