diff --git a/dist/agenda.html b/dist/agenda.html index 3662e2b920b9379a8828780e2c9cc12dc15ee3fe..20c0b22b7e3f75d89ba3abfbc8469508d83b7a4a 100644 --- a/dist/agenda.html +++ b/dist/agenda.html @@ -8,5 +8,5 @@ <script type="text/javascript" src="ecrire/presentation.js"></script> </head><body> [(#ENV{type, mois}|agenda_connu)<INCLURE(page.php3) - {fond=#ENV{type,mois}}{type}{delais=900}{annee}{mois}{jour}{echelle}{partie_cal}>] + {fond=agenda_#ENV{type,mois}}{type}{delais=900}{annee}{mois}{jour}{echelle}{partie_cal}>] </body></html> diff --git a/dist/jour.html b/dist/agenda_jour.html similarity index 100% rename from dist/jour.html rename to dist/agenda_jour.html diff --git a/dist/mois.html b/dist/agenda_mois.html similarity index 100% rename from dist/mois.html rename to dist/agenda_mois.html diff --git a/dist/periode.html b/dist/agenda_periode.html similarity index 100% rename from dist/periode.html rename to dist/agenda_periode.html diff --git a/dist/semaine.html b/dist/agenda_semaine.html similarity index 100% rename from dist/semaine.html rename to dist/agenda_semaine.html