thd/apps/frontend/modules/homepage/actions/.svn/text-base/components.class.php.svn-base
changeset 35 94a1dc255022
equal deleted inserted replaced
34:56befcb22751 35:94a1dc255022
       
     1 <?php 
       
     2 
       
     3 class homepageComponents extends sfComponents
       
     4 {
       
     5   public function executeLeftPanel() {
       
     6 
       
     7   }
       
     8   public function executeSearch() {
       
     9 
       
    10   }
       
    11   public function executeTagList() {
       
    12 
       
    13   }
       
    14   
       
    15   public function executeRandomFilm() {
       
    16 
       
    17   }
       
    18   
       
    19   public function executeLastTaggedList() {
       
    20 
       
    21   }
       
    22   public function executeMostTaggedList() {
       
    23 
       
    24   }
       
    25 }