ajout date_invitation, corrections template
[mw_sourceml] / app / out / default / views / sources / logo_groupe.php
index 769c303..c46eeb5 100644 (file)
 ?>
 <div class="logo_groupe">
   <a href="<?php echo $this->url("sources/groupe/view", array("id" => $groupe["id"])) ?>">
-  <img src="<?php echo $this->path("web").$groupe["image_uri"]; ?>"
-       width="<?php echo $img_size["width"] ?>"
-       height="<?php echo $img_size["height"] ?>"
-       style="margin-top:<?php echo $margin_top ?>px"
-       alt="" />
+    <img src="<?php echo $this->path("web").$groupe["image_uri"]; ?>"
+         width="<?php echo $img_size["width"] ?>"
+         height="<?php echo $img_size["height"] ?>"
+         style="margin-top:<?php echo $margin_top ?>px"
+         alt="" />
+    <span><?php echo $groupe["nom"]; ?></span>
   </a>
 </div>
 <?php endif; ?>