You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
590 B

<?php
switch($getQ[0]) {
case 'raccontare':
case 'due-cucchiai-di-salute':
case 'le-variabili-del-gusto':
case 'un-olio-da-strippare':
$section_label = 'raccontare';
break;
case 'conoscere':
$section_label = 'conoscere';
break;
case 'produrre':
$section_label = 'produrre';
break;
case 'acquistare':
$section_label = 'acquistare';
break;
case 'carrello':
$section_label = 'carrello';
break;
}
?>
5 years ago
<div class="component-sectionHeader">
<h2 class="label"><?= $section_label;?></label>
</div>