Source for file tpl_yellowpages.php
Documentation is available at tpl_yellowpages.php 
 * @author linea21 <info@linea21.com>  
 * @license http://opensource.org/licenses/gpl-3.0.html  
$GLOBALS['filters'][LANGUAGE]['theme']['active'] =  1; // filter activation  
// récupération des variables GET et POST  
if (isset ($_REQUEST['id']) &&  !isset ($_REQUEST['filter'])) {  
if (isset ($_REQUEST['filter'])) {  
     if ($_REQUEST['filter']== "alpha") {  
       $filter_id= $_REQUEST['id'];  
     if ($_REQUEST['filter']== $GLOBALS['filters'][LANGUAGE]['theme']['linkvalue']) {  
       $filter_id= $_REQUEST['id'];  
       $filter= $GLOBALS['filters'][LANGUAGE]['theme']['linkvalue'];  
if (isset ($_REQUEST['debut'])) $debut= $_REQUEST['debut'];  
   * affichage de l'annuaire  
  //DisplayUrlAddYellowpages();  
  //DisplayAlphaBeta($filter,$filter_id);  
   * affichage d'une organisation  
 * affichage du formulaire d'ajout  
 
 
        
       |