mirror of
				https://bitbucket.org/jsuto/piler.git
				synced 2025-11-04 16:42:27 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			201 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			201 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php  
 | 
						|
 | 
						|
 | 
						|
class ControllerSearchPopup extends Controller {
 | 
						|
 | 
						|
   protected function index() {
 | 
						|
 | 
						|
      $this->id = "popup";
 | 
						|
      $this->template = "search/popup.tpl";
 | 
						|
 | 
						|
      $this->render();
 | 
						|
   }
 | 
						|
 | 
						|
 | 
						|
}
 | 
						|
 | 
						|
?>
 |