-fixed CSS of item image
This commit is contained in:
2025-06-28 12:23:52 -05:00
parent d604e462bd
commit ec9a6632ae
25 changed files with 2059 additions and 980 deletions

View File

@@ -99,6 +99,11 @@ $isExpired = !is_null($this->item->publish_down) && $this->item->publish
echo $this->item->toc;
endif; ?>
<div itemprop="articleBody" class="com-content-article__body">
<?php
if (strpos($this->pageclass_sfx, 'no-toc') === false) {
echo '<nav id="toc" data-toggle="toc"></nav>';
}
?>
<?php echo $this->item->text; ?>
</div>