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 diff --git a/updates.xml b/updates.xml index 6fbb36d..a95816e 100644 --- a/updates.xml +++ b/updates.xml @@ -7,20 +7,21 @@ MokoOnyx - MokoOnyx update + MokoOnyx development build. mokoonyx template - 02.02.00 site - development - https://git.mokoconsulting.tech/MokoConsulting/MokoOnyx/releases/tag/stable + 02.04.00 + 2026-05-16 + https://git.mokoconsulting.tech/MokoConsulting/MokoOnyx/releases/tag/development - https://git.mokoconsulting.tech/MokoConsulting/MokoOnyx/releases/download/stable/tpl_mokoonyx-02.02.00.zip + https://git.mokoconsulting.tech/MokoConsulting/MokoOnyx/releases/download/development/mokoonyx-02.04.00-dev.zip - 78f539c25cb4d732d943df1251b09bfe946f06c88d0c07024594cdc87d9b5ea4 - + 693ec8a998d727e5a09f845a00bcf3d530021491ab2e06b3b9dbb7c35ac9825e + development Moko Consulting https://mokoconsulting.tech + MokoOnyx