mirror of
				https://bitbucket.org/jsuto/piler.git
				synced 2025-10-31 13:32:27 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			205 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			205 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php  
 | |
| 
 | |
| 
 | |
| class ControllerCommonFooter extends Controller {
 | |
| 
 | |
|    protected function index() {
 | |
| 
 | |
|       $this->id = "footer";
 | |
|       $this->template = "common/footer.tpl";
 | |
| 
 | |
| 
 | |
|       $this->render();
 | |
|    }
 | |
| 
 | |
| 
 | |
| }
 | |
| 
 | |
| ?>
 |