Ajout des vues
This commit is contained in:
parent
5df479bf49
commit
9fd2d71e54
@ -1,11 +1,9 @@
|
||||
<?php
|
||||
class RechercheController extends Zend_Controller_Action
|
||||
{
|
||||
protected $appConfig;
|
||||
|
||||
public function init()
|
||||
{
|
||||
/* Initialize action controller here */
|
||||
$this->view->headLink()->appendStylesheet('/themes/default/styles/recherche.css', 'all');
|
||||
}
|
||||
|
||||
@ -25,8 +23,13 @@ class RechercheController extends Zend_Controller_Action
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
public function dirigeantAction(){}
|
||||
|
||||
public function annonceAction(){}
|
||||
|
||||
public function internationaleAction(){}
|
||||
|
||||
public function lastAction(){}
|
||||
public function listAction(){}
|
||||
|
||||
|
@ -0,0 +1 @@
|
||||
<?php
|
@ -0,0 +1 @@
|
||||
<?php
|
1
application/views/default/scripts/recherche/last.phtml
Normal file
1
application/views/default/scripts/recherche/last.phtml
Normal file
@ -0,0 +1 @@
|
||||
<?php
|
1
application/views/default/scripts/recherche/liste.phtml
Normal file
1
application/views/default/scripts/recherche/liste.phtml
Normal file
@ -0,0 +1 @@
|
||||
<?php
|
Loading…
Reference in New Issue
Block a user