Added CSS theme seletor (dark/light)
This commit is contained in:
2025-08-20 01:12:59 -05:00
parent 0fa0593d14
commit 886262cdc1
108 changed files with 2245 additions and 1192 deletions

View File

@@ -1,5 +1,6 @@
<?php
/**
* @package Joomla.Site
* @subpackage com_content
@@ -139,3 +140,4 @@ $htag = $this->params->get('show_page_heading') ? 'h2' : 'h1';
</div>
<?php endif; ?>
</div>

View File

@@ -1,5 +1,6 @@
<?php
/**
* @package Joomla.Site
* @subpackage com_content
@@ -82,3 +83,4 @@ if ($this->maxLevel != 0 && count($this->children[$this->category->id]) > 0) : ?
<?php endforeach; ?>
<?php endif;

View File

@@ -1,5 +1,6 @@
<?php
/**
* @package Joomla.Site
* @subpackage com_content
@@ -98,3 +99,4 @@ $isUnpublished = ($this->item->state == ContentComponent::CONDITION_UNPUBLISHED
</div>
</section>

View File

@@ -1,5 +1,6 @@
<?php
/**
* @package Joomla.Site
* @subpackage com_content
@@ -23,3 +24,4 @@ use Joomla\Component\Content\Site\Helper\RouteHelper;
</li>
<?php endforeach; ?>
</ol>

View File

@@ -1,5 +1,6 @@
<?php
/**
* @package Joomla.Site
* @subpackage com_content
@@ -21,3 +22,4 @@ echo LayoutHelper::render('joomla.content.category_default', $this);
?>
</div>

View File

@@ -1,5 +1,6 @@
<?php
/**
* @package Joomla.Site
* @subpackage com_content
@@ -345,3 +346,4 @@ $currentDate = Factory::getDate()->format('Y-m-d H:i:s');
<input type="hidden" name="task" value="">
</div>
</form>

View File

@@ -1,5 +1,6 @@
<?php
/**
* @package Joomla.Site
* @subpackage com_content
@@ -81,3 +82,4 @@ $groups = $user->getAuthorisedViewLevels();
<?php endif; ?>
<?php endforeach; ?>
<?php endif; ?>