Fix check for category
This commit is contained in:
parent
681dda2fc4
commit
0ac53ba019
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@
|
||||||
|
|
||||||
<div class="clear"></div>
|
<div class="clear"></div>
|
||||||
|
|
||||||
<?php if ( get_category() == 'urlaub' ) : ?>
|
<?php if ( in_array('Urlaub', get_categories()) : ?>
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Land</th>
|
<th>Land</th>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue