Add Urlaub details in if block
This commit is contained in:
parent
6aa207d3d6
commit
681dda2fc4
1 changed files with 39 additions and 36 deletions
|
|
@ -48,6 +48,7 @@
|
||||||
|
|
||||||
<div class="clear"></div>
|
<div class="clear"></div>
|
||||||
|
|
||||||
|
<?php if ( get_category() == 'urlaub' ) : ?>
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Land</th>
|
<th>Land</th>
|
||||||
|
|
@ -86,6 +87,8 @@ function initMap() {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
<?php endif; ?>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
$args = array(
|
$args = array(
|
||||||
'before' => '<div class="page-links"><span class="title">' . __( 'Pages:','hitchcock' ) . '</span>',
|
'before' => '<div class="page-links"><span class="title">' . __( 'Pages:','hitchcock' ) . '</span>',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue