Fixes URLs for marketing on broken users in Xnet's lists.
authorVincent Zanotti <vincent.zanotti@polytechnique.org>
Sat, 5 Apr 2008 21:58:02 +0000 (23:58 +0200)
committerVincent Zanotti <vincent.zanotti@polytechnique.org>
Sat, 5 Apr 2008 21:58:02 +0000 (23:58 +0200)
Signed-off-by: Vincent Zanotti <vincent.zanotti@polytechnique.org>
templates/lists/members.tpl

index 9b6a851..dfd5761 100644 (file)
@@ -95,7 +95,7 @@
     </td>
     <td>
       {if $promo && strpos($x.l, '@') === false}
-      {if $x.b}<a href="marketing/broken/{$x.l}">{icon name=error}</a>{/if}
+      {if $x.b}<a href="https://www.polytechnique.org/marketing/broken/{$x.l}">{icon name=error}</a>{/if}
       <a href="profile/{$x.l}" class="popup2">{$x.n}</a>
       {elseif $x.x}
       <a href="{$platal->ns}member/{$x.x}">{$x.n}</a>
     </td>
     <td>
       {if $promo && strpos($x.l, '@') === false}
-      {if $x.b}<a href="marketing/broken/{$x.l}">{icon name=error}</a>{/if}
+      {if $x.b}<a href="https://www.polytechnique.org/marketing/broken/{$x.l}">{icon name=error}</a>{/if}
       <a href="profile/{$x.l}" class="popup2">{$x.n}</a>
       {elseif $x.x}
       <a href="{$platal->ns}member/{$x.x}">{$x.n}</a>