# HG changeset patch # User Gautier Thibault # Date 1271254554 -7200 # Node ID 19805b5868d6988f7b6f7be4e7ddbf127056b444 # Parent d1afbb16bf33b01c297337b7c568dbe813842fd7 optimisations diff -r d1afbb16bf33 -r 19805b5868d6 web/thdProject/apps/frontend/modules/homepage/actions/components.class.php --- a/web/thdProject/apps/frontend/modules/homepage/actions/components.class.php Wed Apr 14 16:15:11 2010 +0200 +++ b/web/thdProject/apps/frontend/modules/homepage/actions/components.class.php Wed Apr 14 16:15:54 2010 +0200 @@ -5,9 +5,6 @@ public function executeSideBar() { } - public function executeSearch() { - - } public function executeTagList() { // FIXME: Dummy value $this->tag = Array('score' => 3); diff -r d1afbb16bf33 -r 19805b5868d6 web/thdProject/apps/frontend/modules/homepage/templates/_search.php --- a/web/thdProject/apps/frontend/modules/homepage/templates/_search.php Wed Apr 14 16:15:11 2010 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,9 +0,0 @@ - \ No newline at end of file diff -r d1afbb16bf33 -r 19805b5868d6 web/thdProject/apps/frontend/modules/homepage/templates/_sideBar.php --- a/web/thdProject/apps/frontend/modules/homepage/templates/_sideBar.php Wed Apr 14 16:15:11 2010 +0200 +++ b/web/thdProject/apps/frontend/modules/homepage/templates/_sideBar.php Wed Apr 14 16:15:54 2010 +0200 @@ -1,2 +1,7 @@ - \ No newline at end of file + \ No newline at end of file diff -r d1afbb16bf33 -r 19805b5868d6 web/thdProject/apps/frontend/modules/search/actions/components.class.php --- a/web/thdProject/apps/frontend/modules/search/actions/components.class.php Wed Apr 14 16:15:11 2010 +0200 +++ b/web/thdProject/apps/frontend/modules/search/actions/components.class.php Wed Apr 14 16:15:54 2010 +0200 @@ -5,9 +5,6 @@ public function executeSideBar() { } - public function executeSearch() { - - } public function executeSelectedFilm() { diff -r d1afbb16bf33 -r 19805b5868d6 web/thdProject/apps/frontend/modules/search/templates/_search.php --- a/web/thdProject/apps/frontend/modules/search/templates/_search.php Wed Apr 14 16:15:11 2010 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,9 +0,0 @@ - \ No newline at end of file diff -r d1afbb16bf33 -r 19805b5868d6 web/thdProject/apps/frontend/modules/search/templates/_sideBar.php --- a/web/thdProject/apps/frontend/modules/search/templates/_sideBar.php Wed Apr 14 16:15:11 2010 +0200 +++ b/web/thdProject/apps/frontend/modules/search/templates/_sideBar.php Wed Apr 14 16:15:54 2010 +0200 @@ -1,1 +1,6 @@ - \ No newline at end of file + \ No newline at end of file