v1.10
-fixed CSS of item image
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user