drop {rel} for good.
[platal.git] / templates / stats / evolution_inscrits.tpl
index 9f300b8..60b07a0 100644 (file)
 {if $jours eq 1825}
 [<strong>depuis 5 ans</strong>]
 {else}
-[<a href="{rel}/stats/evolution/1825">depuis 5 ans</a>]
+[<a href="stats/evolution/1825">depuis 5 ans</a>]
 {/if}
 {if $jours eq 730}
 [<strong>depuis 2 ans</strong>]
 {else}
-[<a href="{rel}/stats/evolution/730">depuis 2 ans</a>]
+[<a href="stats/evolution/730">depuis 2 ans</a>]
 {/if}
 {if $jours eq 365}
 [<strong>depuis un an</strong>]
 {else}
-[<a href="{rel}/stats/evolution/365">depuis un an</a>]
+[<a href="stats/evolution/365">depuis un an</a>]
 {/if}
 {if $jours eq 30}
 [<strong>depuis un mois</strong>]
 {else}
-[<a href="{rel}/stats/evolution/30">depuis 1 mois</a>]
+[<a href="stats/evolution/30">depuis 1 mois</a>]
 {/if}
 </div>
 <div class="center">
-  <img src="{rel}/stats/graph/evolution/{$jours}" alt=" [ INSCRITS ] " />
+  <img src="stats/graph/evolution/{$jours}" alt=" [ INSCRITS ] " />
 </div>
 
 {* vim:set et sw=2 sts=2 sws=2: *}