Skip to content

Commit

Permalink
Fix parenthes
Browse files Browse the repository at this point in the history
  • Loading branch information
kijimaD committed May 30, 2020
1 parent 9f09d43 commit 8cc9eb1
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions tpl_header.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,21 +98,22 @@
</div>
</form>
</li>
</div>

<!-- BREADCRUMBS -->
<?php if($conf['breadcrumbs'] || $conf['youarehere']): ?>
<!-- <div class="breadcrumbs">
<?php if($conf['youarehere']): ?>
<div class="youarehere"><?php tpl_youarehere() ?></div>
<?php endif ?>
<?php if($conf['breadcrumbs']): ?>
<div class="trace"><?php tpl_breadcrumbs() ?></div>
<?php endif ?>
</div> -->
<?php endif ?>

<!-- BREADCRUMBS -->
<?php if($conf['breadcrumbs'] || $conf['youarehere']): ?>
<!-- <div class="breadcrumbs">
<?php if($conf['youarehere']): ?>
<div class="youarehere"><?php tpl_youarehere() ?></div>
<?php endif ?>
<?php if($conf['breadcrumbs']): ?>
<div class="trace"><?php tpl_breadcrumbs() ?></div>
<?php endif ?>
</div> -->
<?php endif ?>

<hr class="a11y" />
<hr class="a11y" />
</ul>
</div>
</div>
</nav>
<!-- /header -->

0 comments on commit 8cc9eb1

Please sign in to comment.