mirror of
				https://bitbucket.org/jsuto/piler.git
				synced 2025-11-04 02:52:27 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			199 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			199 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php  
 | 
						|
 | 
						|
class ControllerCommonLayoutempty extends Controller {
 | 
						|
 | 
						|
      protected function index() {
 | 
						|
 | 
						|
         $this->template = "common/layout-empty.tpl";
 | 
						|
 | 
						|
         $this->render();
 | 
						|
      }
 | 
						|
 | 
						|
 | 
						|
}
 | 
						|
 | 
						|
 | 
						|
?>
 |