[SPIP] +2.1.12
[velocampus/web/www.git] / www / ecrire / exec / copier_local.php
1 <?php
2
3 /***************************************************************************\
4 * SPIP, Systeme de publication pour l'internet *
5 * *
6 * Copyright (c) 2001-2011 *
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 // http://doc.spip.org/@exec_copier_local_dist
16 function exec_copier_local_dist()
17 {
18
19 // oui, ca parait bizarre d'appeler tourner, mais en fait la copie locale est
20 // etroitement liee a la mise en page des icones 'tourner'
21
22 $var_f = charger_fonction('tourner');
23 $var_f();
24 }
25
26 ?>