Subversion Repositories Applications.bazar

Rev

Rev 118 | Rev 392 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 118 Rev 154
Line 44... Line 44...
44
 
44
 
45
// +------------------------------------------------------------------------------------------------------+
45
// +------------------------------------------------------------------------------------------------------+
46
// |                                           LISTE de FONCTIONS                                         |
46
// |                                           LISTE de FONCTIONS                                         |
47
// +------------------------------------------------------------------------------------------------------+
47
// +------------------------------------------------------------------------------------------------------+
-
 
48
$GLOBALS['id_user']=$id;
-
 
49
if (isset($_GET['action']) && $_GET['action']==BAZ_VOIR_FLUX_RSS) {
-
 
50
	header('Content-type: text/xml; charset=ISO-8859-1');
-
 
51
	include(PAP_CHEMIN_RACINE.'client/bazar/bazarRSS.php');exit(0);break;
48
$GLOBALS['id_user']=$id;
52
} else {
-
 
53
	$abonnement = baz_s_inscrire();
-
 
54
}
Line 49... Line 55...
49
$abonnement = baz_s_inscrire();
55
 
50
    	
56
    	
51
//-- Fin du code source    ------------------------------------------------------------
57
//-- Fin du code source    ------------------------------------------------------------
-
 
58
/*
-
 
59
* $Log$
-
 
60
* Revision 1.1  2006/04/28 12:46:14  florian
52
/*
61
* integration des liens vers annuaire
53
* $Log$
62
*
54
*
63
*
55
*/
64
*/