mirror of
https://dl.bcrjl.com/ghg/HaoOuBa/Joe.git
synced 2026-02-17 13:10:05 +08:00
9 lines
341 B
PHP
9 lines
341 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="wallpaper" />
|
|
</section>
|
|
<?php endif; ?>
|
|
</aside>
|
|
<?php endif; ?>
|