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.
|
|
|
<?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':
|
|
|
|
case 'carrello':
|
|
|
|
case 'checkout':
|
|
|
|
case 'thankyou':
|
|
|
|
$section_label = 'acquistare';
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
|
|
|
|
?>
|
|
|
|
|
|
|
|
<div class="component-sectionHeader">
|
|
|
|
<h2 class="label"><?= $section_label;?></label>
|
|
|
|
</div>
|