aboutsummaryrefslogtreecommitdiffstats
path: root/include/text.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-03-29 20:58:32 -0700
committerfriendica <info@friendica.com>2012-03-29 20:58:32 -0700
commitbb8beb26b4d87c27ce4c8dce3e1229a27a2d1a7e (patch)
tree48ca85a83dc21214ec056dd21798e04bacfc7936 /include/text.php
parentcd47ba6ed1236b14c5da832b686eea0be926f65a (diff)
downloadvolse-hubzilla-bb8beb26b4d87c27ce4c8dce3e1229a27a2d1a7e.tar.gz
volse-hubzilla-bb8beb26b4d87c27ce4c8dce3e1229a27a2d1a7e.tar.bz2
volse-hubzilla-bb8beb26b4d87c27ce4c8dce3e1229a27a2d1a7e.zip
use zrl to get home again
Diffstat (limited to 'include/text.php')
-rw-r--r--include/text.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/text.php b/include/text.php
index 6d557ed84..0b825cc39 100644
--- a/include/text.php
+++ b/include/text.php
@@ -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)