mirror of
https://dl.bcrjl.com/ghg/HaoOuBa/Joe.git
synced 2026-02-17 13:10:05 +08:00
更新
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<header class="joe_header">
|
||||
<header class="joe_header <?php echo $this->is('post') ? 'current' : '' ?>">
|
||||
|
||||
<div class="joe_header__above">
|
||||
<div class="joe_container">
|
||||
@@ -160,6 +160,9 @@
|
||||
|
||||
<div class="joe_header__below">
|
||||
<div class="joe_container">
|
||||
<?php if ($this->is('post')) : ?>
|
||||
<div class="joe_header__below-title"><?php $this->title() ?></div>
|
||||
<?php endif; ?>
|
||||
<nav class="joe_header__below-class">
|
||||
<?php $this->widget('Widget_Metas_Category_List')->to($category); ?>
|
||||
<?php while ($category->next()) : ?>
|
||||
@@ -402,4 +405,4 @@
|
||||
</div>
|
||||
|
||||
<div class="joe_header__mask"></div>
|
||||
</header>
|
||||
</header>
|
||||
Reference in New Issue
Block a user