Changeset 100521 in spip-zone for _plugins_/pgn4spip
- Timestamp:
- Nov 15, 2016, 7:39:29 PM (4 years ago)
- Location:
- _plugins_/pgn4spip/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/pgn4spip/trunk/boardLive.html
r90063 r100521 26 26 <!-- was <link href="pgn4web/live-compact.css" type="text/css" rel="stylesheet" /> --> 27 27 <style type="text/css"> 28 <!-- @import url("pgn4web/fonts/pgn4web-font-LiberationSans.css"); 29 @import url("pgn4web/fonts/pgn4web-font-ChessSansPiratf.css"); --> 28 30 29 @import url ("#CHEMIN{pgn4web/fonts/pgn4web-font-LiberationSans.css}") 31 30 @import url ("#CHEMIN{pgn4web/fonts/pgn4web-font-ChessSansPiratf.css}") -
_plugins_/pgn4spip/trunk/modeles/pgn.html
r90350 r100521 27 27 <BOUCLE_pgn(DOCUMENTS){id_document=#ENV{id}}{extension==pgn}{tout}> 28 28 <?php 29 //define('PLUGIN_Name', "pgn4spip"); 29 30 30 define('PATH_Fonctions', find_in_path(pgn4spip_fonctions.php)); 31 31 if (!function_exists('pgn4spip_prepropre')) require find_in_path(pgn4spip_fonctions); 32 33 32 34 33 define('QUOTE_HTML', '"'); // '"' in HTML -
_plugins_/pgn4spip/trunk/pgn4spip_fonctions.php
r100520 r100521 38 38 } 39 39 40 // in old versionof pgn4spip this 2 lines below where in pgn4spip_options.php, now deleted.40 // in older versions of pgn4spip this 2 lines below where in pgn4spip_options.php, now deleted. 41 41 define('PATH_Conf', 'find_in_path(pgn4spip_conf.php)'); 42 42 if (!function_exists('ReadCurrentConfiguration')) require 'pgn4spip_conf.php';
Note: See TracChangeset
for help on using the changeset viewer.