Add files via upload
This commit is contained in:
		
							
								
								
									
										18
									
								
								root/purchase/selectSeat.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								root/purchase/selectSeat.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,18 @@
 | 
			
		||||
<?php
 | 
			
		||||
    //General Config File:
 | 
			
		||||
    require_once('../assets/php/config.php');
 | 
			
		||||
 | 
			
		||||
    //Seats form:
 | 
			
		||||
    require_once('includes/formSelectSeat.php');
 | 
			
		||||
    $form = new FormSelectSeat();
 | 
			
		||||
    $formHTML = $form->gestiona();
 | 
			
		||||
 | 
			
		||||
    //Page-specific content:
 | 
			
		||||
    $section = '<section class="row">
 | 
			
		||||
                    <!-- Seat Form -->
 | 
			
		||||
                    '.$formHTML.'
 | 
			
		||||
                </div>';
 | 
			
		||||
 | 
			
		||||
    //General page content:
 | 
			
		||||
    require RAIZ_APP.'/HTMLtemplate.php';
 | 
			
		||||
?>
 | 
			
		||||
		Reference in New Issue
	
	Block a user