Jony/public/aside.php

9 lines
388 B
PHP
Raw Normal View History

2021-01-20 04:39:49 +00:00
<?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">
2021-01-20 04:47:04 +00:00
<img class="image" src="" alt="<?php $this->author->screenName(); ?>" />
2021-01-20 04:39:49 +00:00
</section>
<?php endif; ?>
</aside>
<?php endif; ?>