related_items (#42245)

This commit is contained in:
Nicola Galgano 2023-10-30 12:30:58 +01:00 committed by GitHub
parent f4efddb7cd
commit bd01f10ddc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,10 @@ defined('_JEXEC') or die;
use Joomla\CMS\HTML\HTMLHelper;
use Joomla\CMS\Language\Text;
if (!$list) {
return;
}
?>
<ul class="mod-relateditems relateditems mod-list">
<?php foreach ($list as $item) : ?>