Merge pull request #22 from Hypolite/master

Re-enable forward zrl to profile pages
This commit is contained in:
Michael Vogel 2017-06-03 08:01:48 +02:00 committed by GitHub
commit b38d171b08
1 changed files with 1 additions and 1 deletions

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>