Add files via upload
This commit is contained in:
		
							
								
								
									
										16
									
								
								root/cinemas/index.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								root/cinemas/index.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,16 @@
 | 
			
		||||
<?php 
 | 
			
		||||
    //General Config File:
 | 
			
		||||
    require_once('../assets/php/config.php');
 | 
			
		||||
 | 
			
		||||
    //Page-specific content:
 | 
			
		||||
    $section = '<!-- Cinemas -->
 | 
			
		||||
        <section id="cinemas">
 | 
			
		||||
            <div class="row">
 | 
			
		||||
            '.$template->print_cinemas().'
 | 
			
		||||
            </div>
 | 
			
		||||
        </section>
 | 
			
		||||
        ';
 | 
			
		||||
 | 
			
		||||
    //General page content:
 | 
			
		||||
    require RAIZ_APP.'/HTMLtemplate.php';
 | 
			
		||||
?>
 | 
			
		||||
		Reference in New Issue
	
	Block a user