[ Index ] |
|
Code source de SPIP 1.9.2c |
1 <?php 2 3 /***************************************************************************\ 4 * SPIP, Systeme de publication pour l'internet * 5 * * 6 * Copyright (c) 2001-2007 * 7 * Arnaud Martin, Antoine Pitrou, Philippe Riviere, Emmanuel Saint-James * 8 * * 9 * Ce programme est un logiciel libre distribue sous licence GNU/GPL. * 10 * Pour plus de details voir le fichier COPYING.txt ou l'aide en ligne. * 11 \***************************************************************************/ 12 13 if (!defined("_ECRIRE_INC_VERSION")) return; #securite 14 15 include_spip('balise/login_public'); 16 17 18 // http://doc.spip.org/@balise_LOGIN_PRIVE 19 function balise_LOGIN_PRIVE ($p) { 20 21 return balise_login_public($p,'LOGIN_PRIVE'); 22 } 23 24 # retourner: 25 # 1. l'url collectee ci-dessus (args0) ou donnee en filtre (filtre0) 26 # 2. l'eventuel parametre de la balise (args1) fournie par 27 # calculer_balise_dynamique, en l'occurrence le #LOGIN courant si l'on 28 # programme une <boucle(AUTEURS)>[(#LOGIN_PRIVE{#LOGIN})] 29 30 // http://doc.spip.org/@balise_LOGIN_PRIVE_stat 31 function balise_LOGIN_PRIVE_stat ($args, $filtres) { 32 return array(isset($args[1]) ? $args[1] : '', 33 ($filtres[0] ? $filtres[0] : $args[0])); 34 } 35 36 // http://doc.spip.org/@balise_LOGIN_PRIVE_dyn 37 function balise_LOGIN_PRIVE_dyn($login, $cible) { 38 return login_explicite($login, $cible); 39 } 40 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Wed Nov 21 10:20:27 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |