applied same changes as seccions.php

This commit is contained in:
jorge-vitrubio 2022-07-19 15:18:24 +02:00
parent fc2ee1c2fd
commit f5189b19f1
1 changed files with 15 additions and 15 deletions

View File

@ -45,7 +45,7 @@ get_header(); ?>
<?php endif; ?>
</div>
</div>
<div id="content" class="indexall fills">
<!--ara els fills-->
<?php
@ -55,21 +55,21 @@ get_header(); ?>
<?php if ($indexseccions->have_posts()) : ?>
<?php echo '<ul>'; $i = 0; while ($indexseccions->have_posts()) : $indexseccions->the_post(); $i++;
if ($pare == 2) : //artistes residents post=2
if ($pare == 2 | 58856) : //artistes residents post=2 post=58856 por cambio página el 2022 07 19
$tipus = 'art';
elseif ($pare == 46565) : //artistes residents estada curta post=46565
$tipus = 'art';
elseif ($pare == 46565) : //artistes residents estada curta post=46565
$tipus = 'art';
elseif ($pare == 46572) : //artistes amb beca post=46572
$tipus = 'art';
elseif ($pare == 136) : //desc+arregues post=136
$tipus = 'desc';
elseif ($pare == 74) : //equip post=74
$tipus = 'equip';
elseif ($pare == 40378) : //patronat post=40378
$tipus = 'equip';
else:
$tipus = 'pag';
endif;
elseif ($pare == 46572) : //artistes amb beca post=46572
$tipus = 'art';
elseif ($pare == 136) : //desc+arregues post=136
$tipus = 'desc';
elseif ($pare == 74) : //equip post=74
$tipus = 'equip';
elseif ($pare == 40378) : //patronat post=40378
$tipus = 'equip';
else:
$tipus = 'pag';
endif;
?>
<?php include(TEMPLATEPATH . "/caixes.php"); ?>