-galerie
-fmulticurl()
-infobox avec vignette, texte et lien wikipedia
+
-bouton shotcode flickr
-bugfixes
This commit is contained in:
2017-02-23 21:01:44 +01:00
parent eae1e44c01
commit edcfd078cf
6 changed files with 948 additions and 114 deletions

View File

@@ -21,7 +21,11 @@ get_header();
//preprint($coord);
?>
<?php //echo '<div id="map" style="display: ' . ((count($coord) > 0) ? "block" : "none") . ';"></div>'; ?>
<?php //echo '<div id="map" style="display: ' . ((count($coord) > 0) ? "block" : "none") . ';"></div>';
if (count($coord) > 0) {
//var_dump($coord);
?>
@@ -192,13 +196,15 @@ get_header();
echo "</ul></div>";
?>
<div id="gmap" style="width: 950px; height: 400px; border:1px solid black;" class="aligncenter"></div>
<div id="gmap" style="width: 800px; height: 600px; border:1px solid #999;" class="aligncenter"></div>
</div>
<button type="button" id="showmap"><?php _e('Show map','CreatorThemeRes-child'); ?></button>
<button type="button" id="hidemap"><?php _e('Hide map','CreatorThemeRes-child'); ?></button>
<?php
}
?>
<?php