thd/apps/frontend/modules/search/actions/components.class.php
changeset 104 8e4fe6f3337d
parent 103 d2af8a210f5d
child 105 c8f710cd1fb1
equal deleted inserted replaced
103:d2af8a210f5d 104:8e4fe6f3337d
     1 <?php 
       
     2 
       
     3 class searchComponents extends sfComponents
       
     4 {
       
     5   public function executeLeftPanel() {
       
     6 
       
     7   }
       
     8   
       
     9   public function executeSelectedFilm() {
       
    10 	
       
    11   }
       
    12   public function executeTagNavigator() {
       
    13 	
       
    14   }
       
    15   public function executeTagList() {
       
    16 	
       
    17   }
       
    18     
       
    19   
       
    20 }