Re-enable forward zrl to profile pages #22

Merged
MrPetovan merged 1 commit from master into master 2017-06-03 08:01:48 +02:00

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>