Memberslist now links to the organisations

pull/762/head
iglocska 2015-11-21 23:55:48 +01:00
parent 1805614efb
commit 74ab203fda
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
<?php
foreach ($orgs as $org):?>
<tr>
<td><?php echo h($org['Organisation']['name']); ?>&nbsp;</td>
<td><a href="<?php echo $baseurl; ?>/organisations/view/<?php echo h($org['Organisation']['id']);?>"><?php echo h($org['Organisation']['name']); ?></a>&nbsp;</td>
<td><?php echo h($org[0]['num_members']); ?>&nbsp;</td>
<?php
$imgRelativePath = 'orgs' . DS . h($org['Organisation']['name']) . '.png';