Skip to content

Commit

Permalink
#68, title Attribute im aside tag eingebaut
Browse files Browse the repository at this point in the history
  • Loading branch information
BugBuster1701 committed May 26, 2022
1 parent 6b978fe commit 82ec8ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Resources/contao/templates/mod_banner_list_all.html5
@@ -1,5 +1,5 @@
<!-- indexer::stop -->
<aside id="<?= $this->bmid; ?>" class="<?php echo $this->class; ?> block"<?php echo $this->cssID; ?><?php if ($this->style): ?> style="<?php echo $this->style; ?>"<?php endif; ?>>
<aside id="<?= $this->bmid; ?>" title="banner_<?= $this->bmid; ?>" class="<?php echo $this->class; ?> block"<?php echo $this->cssID; ?><?php if ($this->style): ?> style="<?php echo $this->style; ?>"<?php endif; ?>>
<?php if (($this->headline) && (!$this->headline_stop)): ?>
<<?php echo $this->hl; ?>><?php echo $this->headline; ?></<?php echo $this->hl; ?>>
<?php endif; ?>
Expand Down
2 changes: 1 addition & 1 deletion src/Resources/contao/templates/mod_banner_list_min.html5
@@ -1,5 +1,5 @@
<!-- indexer::stop -->
<aside id="<?= $this->bmid; ?>" class="<?php echo $this->class; ?> block"<?php echo $this->cssID; ?><?php if ($this->style): ?> style="<?php echo $this->style; ?>"<?php endif; ?>>
<aside id="<?= $this->bmid; ?>" title="banner_<?= $this->bmid; ?>" class="<?php echo $this->class; ?> block"<?php echo $this->cssID; ?><?php if ($this->style): ?> style="<?php echo $this->style; ?>"<?php endif; ?>>
<?php foreach ($this->banners as $banner): ?>
<?php if ($banner['banner_pic']) : ?>
<figure class="banner_wrap<?php echo $banner['banner_wrap_class']; ?>"<?php echo $banner['banner_wrap_id']; ?> itemscope itemtype="http://schema.org/ImageObject">
Expand Down

0 comments on commit 82ec8ac

Please sign in to comment.