thd/apps/frontend/modules/search/actions/components.class.php
author Anthony Ly <anthonyly.com@gmail.com>
Sun, 02 Dec 2012 06:27:38 -0800
changeset 93 c9bd3607208d
parent 35 94a1dc255022
permissions -rw-r--r--
ajout test

<?php 

class searchComponents extends sfComponents
{
  public function executeLeftPanel() {

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