Re-enable forward zrl to profile pages

This commit is contained in:
Hypolite Petovan 2017-06-02 22:45:30 -04:00
parent 9a4ac58f67
commit fb159c2862

View file

@ -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>