[SPIP] ~2.1.12 -->2.1.25
[velocampus/web/www.git] / www / ecrire / balise / formulaire_recherche.php
1 <?php
2
3 /***************************************************************************\
4 * SPIP, Systeme de publication pour l'internet *
5 * *
6 * Copyright (c) 2001-2014 *
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;
14
15 // Pas d'arg a compiler ==> pas besoin d'appeler calculer_balise_dynamique
16
17 // http://doc.spip.org/@balise_FORMULAIRE_RECHERCHE_stat
18 function balise_FORMULAIRE_RECHERCHE_stat($args, $context_compil) {
19 // le premier element du tableau etait auparavant un script.
20 // Voir si on ne pourrait pas simplifier maintenant
21 return array('', $args ? $args[0] : '');
22 }
23
24 ?>