Menu recherche annonce historique

This commit is contained in:
Michael RICOIS 2009-10-05 15:45:22 +00:00
parent 8fa535f3eb
commit bf1e68c7e0

View File

@ -12,6 +12,8 @@ $children[] = array('data' => 'Rechercher par dirigeant',
$children[] = array('data' => 'Recherche Internationale',
'href' => 'menu_href_international',
'perm' => array( 'name'=>'INTERNATIONAL', 'hidden'=>true ) );
$children[] = array('data' => 'Rechercher une annonce',
'href' => 'menu_href_histo');
$children[] = array('data' => 'Dernière recherche',
'href' => 'menu_href_list_pre');
$children[] = array('data' => 'Liste des dernières recherches',
@ -190,6 +192,15 @@ function menu_href_list_derniere_recherche()
return $href;
}
function menu_href_annonce()
{
$href = false;
if( $_SESSION['tabInfo']['idClient']==1 ){
$href = './?page=recherche&vue=annonce';
}
return $href;
}
function menu_href_ipari()
{
global $siret;