Skip to content

Commit 8cc9eb1

Browse files
committed
Fix parenthes
1 parent 9f09d43 commit 8cc9eb1

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

tpl_header.php

+15-14
Original file line numberDiff line numberDiff line change
@@ -98,21 +98,22 @@
9898
</div>
9999
</form>
100100
</li>
101+
</div>
102+
103+
<!-- BREADCRUMBS -->
104+
<?php if($conf['breadcrumbs'] || $conf['youarehere']): ?>
105+
<!-- <div class="breadcrumbs">
106+
<?php if($conf['youarehere']): ?>
107+
<div class="youarehere"><?php tpl_youarehere() ?></div>
108+
<?php endif ?>
109+
<?php if($conf['breadcrumbs']): ?>
110+
<div class="trace"><?php tpl_breadcrumbs() ?></div>
111+
<?php endif ?>
112+
</div> -->
113+
<?php endif ?>
101114

102-
<!-- BREADCRUMBS -->
103-
<?php if($conf['breadcrumbs'] || $conf['youarehere']): ?>
104-
<!-- <div class="breadcrumbs">
105-
<?php if($conf['youarehere']): ?>
106-
<div class="youarehere"><?php tpl_youarehere() ?></div>
107-
<?php endif ?>
108-
<?php if($conf['breadcrumbs']): ?>
109-
<div class="trace"><?php tpl_breadcrumbs() ?></div>
110-
<?php endif ?>
111-
</div> -->
112-
<?php endif ?>
113-
114-
<hr class="a11y" />
115+
<hr class="a11y" />
115116
</ul>
116-
</div>
117+
</div>
117118
</nav>
118119
<!-- /header -->

0 commit comments

Comments
 (0)