Release of plat/al 1.1.12
[platal.git] / templates / profile / groupesx.tpl
index 5261224..329a6bf 100644 (file)
@@ -1,6 +1,6 @@
 {**************************************************************************}
 {*                                                                        *}
-{*  Copyright (C) 2003-2009 Polytechnique.org                             *}
+{*  Copyright (C) 2003-2014 Polytechnique.org                             *}
 {*  http://opensource.polytechnique.org/                                  *}
 {*                                                                        *}
 {*  This program is free software; you can redistribute it and/or modify  *}
@@ -22,9 +22,9 @@
 
 <h1>Mes groupes X sur Polytechnique.net</h1>
 
-<p class="center"> 
-[<a href="http://www.polytechnique.net/login/plan">Tous les groupes X</a>] 
-</p> 
+<p class="center">
+[<a href="http://www.polytechnique.net/login/plan">Tous les groupes X</a>]
+</p>
 
 {foreach from=$assos item="asso"}
 <div style="width:48%;float:left" >
@@ -32,7 +32,7 @@
     <legend style="padding:4px"><strong><a href="http://www.polytechnique.net/login/{$asso.diminutif}">{$asso.nom}</a></strong></legend>
     {if $asso.has_logo}
     <a href="http://www.polytechnique.net/login/{$asso.diminutif}" style="width: 30%; display: block; float: right; ">
-      <img alt="[ LOGO ]" src="http://www.polytechnique.net/{$asso.diminutif}/logo" style="width: 100%" />
+      <img alt="[ LOGO ]" src="{$globals->baseurl}/groupes-x/logo/{$asso.asso_id}" style="width: 100%" />
     </a>
     {/if}
     <ul style="padding-top:0px;padding-bottom:0px">
@@ -55,4 +55,4 @@
 </div>
 {/foreach}
 
-{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}
+{* vim:set et sw=2 sts=2 sws=2 fenc=utf-8: *}