From 46d371de904b2c37f04c32bc44bc4aa967cbfbba Mon Sep 17 00:00:00 2001 From: Ludovic CHEVALIER Date: Mon, 28 Nov 2011 19:39:38 +0100 Subject: [PATCH] Creation de la balise --- carte_de_sites_pipelines.php | 5 +++++ modeles/carte_ateliers.html | 2 ++ plugin.xml | 10 +++++++--- 3 files changed, 14 insertions(+), 3 deletions(-) create mode 100755 modeles/carte_ateliers.html diff --git a/carte_de_sites_pipelines.php b/carte_de_sites_pipelines.php index 3d2b3b4..18ac8d3 100644 --- a/carte_de_sites_pipelines.php +++ b/carte_de_sites_pipelines.php @@ -4,4 +4,9 @@ function carte_de_sites_insert_head($flux){ $flux .= "\n"."\n\n"; return $flux; } +function carte_de_sites_header_prive($flux){ + $flux .= ""."\n"; + $flux .= "\n"."\n\n"; + return $flux; +} ?> \ No newline at end of file diff --git a/modeles/carte_ateliers.html b/modeles/carte_ateliers.html new file mode 100755 index 0000000..febd538 --- /dev/null +++ b/modeles/carte_ateliers.html @@ -0,0 +1,2 @@ +[(#REM) Carte des ateliers ] + diff --git a/plugin.xml b/plugin.xml index 83a84b7..6d39fe0 100644 --- a/plugin.xml +++ b/plugin.xml @@ -16,8 +16,12 @@ id="lib:CloudMade-Leaflet-404b097" src="https://nodeload.github.com/CloudMade/Leaflet/zipball/v0.2.1" /> - - insert_head - carte_de_sites_pipelines.php + + insert_head + carte_de_sites_pipelines.php + + + header_prive + carte_de_sites_pipelines.php -- 2.20.1