Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 3408 → Rev 3409

/branches/v2.28-semoir/widget/modules/lg/squelettes/lichens.tpl.html
263,7 → 263,7
// La présence du parametre 'html5' dans l'URL enclenche les fonctions avancées HTML5
lichens.html5 = <?php echo isset($_GET['html5']) ? 'true' : 'false'; ?>;
// Mot-clé du widget/projet
lichens.tagProjet = "WidgetLg,lichens";
lichens.tagProjet = "WidgetSaisie,lg,lichens";
// Mots-clés à ajouter aux images
lichens.tagImg = "<?php echo isset($_GET['tag-img']) ? $_GET['tag-img'] : ''; ?>";
lichens.separationTagImg = "<?php echo isset($_GET['motcle']) && isset($_GET['tag-img']) ? ',' : ''; ?>";