[PLUGINS] ~maj globale
[lhc/web/www.git] / www / plugins / enluminures_typographiques_v3 / exec / tableau_edit.php
1 <?php
2
3 if (!defined('_ECRIRE_INC_VERSION')) {
4 return;
5 }
6
7 function exec_tableau_edit_dist() {
8 include_spip('public/assembler'); // Pour pouvoir utiliser recuperer_fond
9 echo recuperer_fond('editeur/tableau_edit');
10 }