thd/apps/frontend/modules/search/actions/components.class.php
author ymh <ymh.work@gmail.com>
Mon, 03 Sep 2012 18:00:38 +0200
changeset 63 66ec89bc0f28
parent 35 94a1dc255022
permissions -rw-r--r--
test authorization

<?php 

class searchComponents extends sfComponents
{
  public function executeLeftPanel() {

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