thd/apps/frontend/modules/search/actions/components.class.php
author veltr
Wed, 03 Oct 2012 11:02:12 +0200
changeset 84 4ea086d67cb1
parent 35 94a1dc255022
permissions -rw-r--r--
Test avant merge

<?php 

class searchComponents extends sfComponents
{
  public function executeLeftPanel() {

  }
  
  public function executeSelectedFilm() {
	
  }
  public function executeTagNavigator() {
	
  }
  public function executeTagList() {
	
  }
    
  
}