aboutsummaryrefslogtreecommitdiffstats
path: root/mod/network.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-02-28 19:44:47 -0800
committerFriendika <info@friendika.com>2011-02-28 19:44:47 -0800
commit80ed4242ee71031f73aa4ef32f17edbf6e989f51 (patch)
treece8c3dd29d1385de3180d43ba35aa2edff2af658 /mod/network.php
parentf089b1610e148db0f3952d9fce44974dbecfbc5c (diff)
downloadvolse-hubzilla-80ed4242ee71031f73aa4ef32f17edbf6e989f51.tar.gz
volse-hubzilla-80ed4242ee71031f73aa4ef32f17edbf6e989f51.tar.bz2
volse-hubzilla-80ed4242ee71031f73aa4ef32f17edbf6e989f51.zip
singleuser site mode plus fix search template layout
Diffstat (limited to 'mod/network.php')
-rw-r--r--mod/network.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/network.php b/mod/network.php
index e50723ae7..8ac51cee3 100644
--- a/mod/network.php
+++ b/mod/network.php
@@ -245,6 +245,7 @@ function network_content(&$a, $update = 0) {
$o .= replace_macros($tpl,array(
'$id' => $item['item_id'],
+ '$linktitle' => t('View $name\'s profile'),
'$profile_url' => $profile_link,
'$name' => $profile_name,
'$sparkle' => $sparkle,