This commit is contained in:
杜恒
2021-01-19 17:56:21 +08:00
parent 779b87f8b3
commit ed3b56c2be
12 changed files with 217 additions and 4 deletions

11
public/header.php Normal file
View File

@@ -0,0 +1,11 @@
<header class="joe_header">
<!-- Header Above -->
<div class="joe_header__above">
<div class="joe_container">
<a class="joe_header__above-logo" href="<?php $this->options->siteUrl(); ?>">
<img src="<?php $this->options->JLogo() ?>" alt="<?php $this->options->title(); ?>" />
</a>
</div>
</div>
</header>