v02.01.05

**Minor Release**

## Fixed
- Removed vmbasic.css
- Repaired temaplte.css and colors_standard.css
This commit is contained in:
2025-09-04 20:07:30 -05:00
parent 6d2d855ddb
commit 4ec5e9ae94
38 changed files with 165 additions and 1442 deletions

View File

@@ -23,7 +23,7 @@
* DEFGROUP: Joomla
* INGROUP: Moko-Cassiopeia
* PATH: templates/moko-cassiopeia/error.php
* VERSION: 02.01.05-dev
* VERSION: 02.01.05
* BRIEF: Error page template file for Moko-Cassiopeia
* =========================================================================
*/
@@ -59,8 +59,6 @@ $params_rightIcon = htmlspecialchars($params->get('drawerRightIcon', 'fa-solid f
// ------------------ Styles ------------------
$wa->useStyle('template.base');
$wa->useStyle('template.user');
$wa->useStyle('vendor.vmbasic');
$wa->useStyle('vendor.gable');
// Light/Dark variable sheets (load before consumers)
if ($wa->assetExists('style', 'template.light.' . $colorLight)) {