Changeset 5764 in spip-zone
- Timestamp:
- Sep 28, 2006, 5:53:27 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/_stable_/barre_typo_enrichie/svn/exec/article_preview.php
r5436 r5764 2 2 if (!defined("_ECRIRE_INC_VERSION")) return; 3 3 4 include_spip("inc/meta"); 5 include_spip("inc/texte"); 4 include_spip("inc/meta"); // Pour avoir le charset du site 5 include_spip("inc/texte"); // Pour pouvoir utiliser propre 6 include_spip("public/composer"); // Pour pouvoir generer les notes de bas de page (pourquoi c'est pas dans inc/texte ?) 6 7 7 8 function exec_article_preview_dist() … … 11 12 echo "<meta http-equiv='Content-Type' content='text/html; charset=".lire_meta('charset')." />"; 12 13 echo propre($_POST['texte']); 14 echo '<hr />'; 15 echo calculer_notes(); 13 16 } 14 17 ?>
Note: See TracChangeset
for help on using the changeset viewer.