From: Ludovic CHEVALIER Date: Mon, 28 Nov 2011 18:39:38 +0000 (+0100) Subject: Creation de la balise X-Git-Tag: v0.5~54 X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fspip_carte_de_sites.git;a=commitdiff_plain;h=46d371de904b2c37f04c32bc44bc4aa967cbfbba Creation de la balise --- 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