feat(component): load FA7 + Bootstrap in print view #36
@@ -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 |
|
||||
|
||||
@@ -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'))
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
</server>
|
||||
</updateservers>
|
||||
<name>MokoOnyx</name>
|
||||
<version>02.03.00</version>
|
||||
<version>02.04.00</version>
|
||||
<scriptfile>script.php</scriptfile>
|
||||
<creationDate>2026-05-16</creationDate>
|
||||
<author>Jonathan Miller || Moko Consulting</author>
|
||||
|
||||
+8
-7
@@ -7,20 +7,21 @@
|
||||
<updates>
|
||||
<update>
|
||||
<name>MokoOnyx</name>
|
||||
<description>MokoOnyx update</description>
|
||||
<description>MokoOnyx development build.</description>
|
||||
<element>mokoonyx</element>
|
||||
<type>template</type>
|
||||
<version>02.02.00</version>
|
||||
<client>site</client>
|
||||
<tags><tag>development</tag></tags>
|
||||
<infourl title="MokoOnyx">https://git.mokoconsulting.tech/MokoConsulting/MokoOnyx/releases/tag/stable</infourl>
|
||||
<version>02.04.00</version>
|
||||
<creationDate>2026-05-16</creationDate>
|
||||
<infourl title='MokoOnyx'>https://git.mokoconsulting.tech/MokoConsulting/MokoOnyx/releases/tag/development</infourl>
|
||||
<downloads>
|
||||
<downloadurl type="full" format="zip">https://git.mokoconsulting.tech/MokoConsulting/MokoOnyx/releases/download/stable/tpl_mokoonyx-02.02.00.zip</downloadurl>
|
||||
<downloadurl type='full' format='zip'>https://git.mokoconsulting.tech/MokoConsulting/MokoOnyx/releases/download/development/mokoonyx-02.04.00-dev.zip</downloadurl>
|
||||
</downloads>
|
||||
<sha256>78f539c25cb4d732d943df1251b09bfe946f06c88d0c07024594cdc87d9b5ea4</sha256>
|
||||
<targetplatform name="joomla" version="((5.[0-9])|(6.[0-9]))" />
|
||||
<sha256>693ec8a998d727e5a09f845a00bcf3d530021491ab2e06b3b9dbb7c35ac9825e</sha256>
|
||||
<tags><tag>development</tag></tags>
|
||||
<maintainer>Moko Consulting</maintainer>
|
||||
<maintainerurl>https://mokoconsulting.tech</maintainerurl>
|
||||
<targetplatform name='joomla' version='(5|6).*'/>
|
||||
</update>
|
||||
<update>
|
||||
<name>MokoOnyx</name>
|
||||
|
||||
Reference in New Issue
Block a user