3 /***************************************************************************\
4 * SPIP, Systeme de publication pour l'internet *
6 * Copyright (c) 2001-2007 *
7 * Arnaud Martin, Antoine Pitrou, Philippe Riviere, Emmanuel Saint-James *
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 \***************************************************************************/
13 if (!defined("_ECRIRE_INC_VERSION")) return;
15 // http://doc.spip.org/@exec_legender_dist
16 function exec_legender_dist()
18 global $id_document, $id, $type, $ancre, $script;
20 $id_document = intval($id_document);
22 if (!($type == 'article'
23 ?
autoriser('modifier','article',$id)
24 : autoriser('publierdans','rubrique',$id))) {
25 include_spip('inc/minipres');
30 $legender = charger_fonction('legender', 'inc');
31 ajax_retour($legender($id_document, array(), $script, $type, $id, $ancre));