Jony/public/aside.php
2021-01-20 12:47:04 +08:00

9 lines
388 B
PHP

<?php if ($this->options->JAside && $this->fields->aside !== "off") : ?>
<aside class="joe_aside">
<?php if (in_array('author', $this->options->JAside)) : ?>
<section class="joe_aside__item author">
<img class="image" src="" alt="<?php $this->author->screenName(); ?>" />
</section>
<?php endif; ?>
</aside>
<?php endif; ?>