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.
		
		
		
		
		
			
		
			
				
					
					
						
							37 lines
						
					
					
						
							805 B
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							37 lines
						
					
					
						
							805 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 'account': | |
|         $section_label = 'account'; | |
|     break; | |
|     case 'acquistare': | |
|     case 'carrello': | |
|     case 'checkout': | |
|     case 'thankyou': | |
|         $section_label = 'acquistare'; | |
|     break; | |
|     case 'privacy': | |
|         $section_label = 'privacy policy'; | |
|     break; | |
|     case 'termini': | |
|         $section_label = 'termini e condizioni'; | |
|     break; | |
|   } | |
|  | |
| ?> | |
| 
 | |
| <div class="component-sectionHeader"> | |
|   <h2 class="label"><?= $section_label;?></label> | |
| </div>
 |