Merge pull request #22 from Hypolite/master
Re-enable forward zrl to profile pages
This commit is contained in:
commit
b38d171b08
|
@ -1,4 +1,4 @@
|
|||
<figure class="profile" data-href="<?php echo $profile['homepage']; ?>" id="profile-<?php echo $profile['id']; ?>">
|
||||
<figure class="profile" data-href="<?php echo zrl($profile['homepage']); ?>" id="profile-<?php echo $profile['id']; ?>">
|
||||
<img class="profile-photo" src="<?php echo $this->photoUrl($profile['id']); ?>" />
|
||||
<div class="profile-info">
|
||||
<strong class="name"><?php echo $profile['name']; ?></strong>
|
||||
|
|
Loading…
Reference in a new issue