Changeset 90115 in spip-zone
- Timestamp:
- Jun 11, 2015, 9:01:12 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/pgn4spip/trunk/modeles/pgn.html
r66136 r90115 54 54 } 55 55 if ($lenOpt > 0) $option .= ' '; // Separator with the two last options 56 $option .= 'eo=true pd=' . $UrlRoot . $UrlPgn; // eo = extendedoptions; pd = pgnData 57 echo pgn4spip_prepropre('[pgn ' . $option . '][/pgn]'); 56 $option .= 'eo=true'; // eo = extendedoptions 57 58 $pgndata = file_get_contents([(#FICHIER|_q)]); 59 include_spip('inc/charsets'); 60 $pgndata = importer_charset($pgndata, is_utf8($pgndata) ? 'utf-8' : 'iso-8859-1'); 61 62 echo pgn4spip_prepropre('[pgn ' . $option . ']' . $pgndata . '[/pgn]'); 58 63 ?> 59 64 </BOUCLE_pgn>
Note: See TracChangeset
for help on using the changeset viewer.