mirror of
https://github.com/friendica/friendica
synced 2025-04-25 14:30:10 +00:00
use zrl to get home again
This commit is contained in:
parent
cd47ba6ed1
commit
bb8beb26b4
7 changed files with 54 additions and 17 deletions
|
@ -610,6 +610,8 @@ function micropro($contact, $redirect = false, $class = '', $textmode = false) {
|
|||
$url = $redirect_url;
|
||||
$sparkle = ' sparkle';
|
||||
}
|
||||
else
|
||||
$url = zrl($url);
|
||||
}
|
||||
$click = ((x($contact,'click')) ? ' onclick="' . $contact['click'] . '" ' : '');
|
||||
if($click)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue