aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-02-24 02:32:46 -0800
committerFriendika <info@friendika.com>2011-02-24 02:32:46 -0800
commitc98ed12e10ed9db8a69066fe4ed94f9ae84482cb (patch)
tree81b558acd68f4d2837d33a033ff484b0c35abe7b /mod
parenta247a3cedb6a137d76fa7daa70d58ca91f17ff04 (diff)
downloadvolse-hubzilla-c98ed12e10ed9db8a69066fe4ed94f9ae84482cb.tar.gz
volse-hubzilla-c98ed12e10ed9db8a69066fe4ed94f9ae84482cb.tar.bz2
volse-hubzilla-c98ed12e10ed9db8a69066fe4ed94f9ae84482cb.zip
generalise wallwall template and fix "via wall-to-wall" float
Diffstat (limited to 'mod')
-rw-r--r--mod/display.php6
-rw-r--r--mod/network.php6
-rw-r--r--mod/profile.php2
3 files changed, 11 insertions, 3 deletions
diff --git a/mod/display.php b/mod/display.php
index bdf6a6f97..da931335c 100644
--- a/mod/display.php
+++ b/mod/display.php
@@ -258,7 +258,11 @@ function display_content(&$a) {
$tmp_item = replace_macros($template,array(
'$id' => $item['item_id'],
- '$title' => t('View $name\'s profile'),
+ '$linktitle' => t('View $name\'s profile'),
+ '$olinktitle' => t('View $owner_name\'s profile'),
+ '$to' => t('to'),
+ '$wall' => t('Wall-to-Wall'),
+ '$vwall' => t('via Wall-To-Wall:'),
'$profile_url' => $profile_link,
'$name' => $profile_name,
'$sparkle' => $sparkle,
diff --git a/mod/network.php b/mod/network.php
index 79a2f2b38..a9de402a8 100644
--- a/mod/network.php
+++ b/mod/network.php
@@ -412,7 +412,11 @@ function network_content(&$a, $update = 0) {
$tmp_item = replace_macros($template,array(
'$id' => $item['item_id'],
- '$title' => t('View $name\'s profile'),
+ '$linktitle' => t('View $name\'s profile'),
+ '$olinktitle' => t('View $owner_name\'s profile'),
+ '$to' => t('to'),
+ '$wall' => t('Wall-to-Wall'),
+ '$vwall' => t('via Wall-To-Wall:'),
'$profile_url' => $profile_link,
'$name' => $profile_name,
'$thumb' => $profile_avatar,
diff --git a/mod/profile.php b/mod/profile.php
index 46d13298e..5cab6662a 100644
--- a/mod/profile.php
+++ b/mod/profile.php
@@ -360,7 +360,7 @@ function profile_content(&$a, $update = 0) {
$tmp_item = replace_macros($template,array(
'$id' => $item['item_id'],
- '$title' => t('View $name\'s profile'),
+ '$linktitle' => t('View $name\'s profile'),
'$profile_url' => $profile_link,
'$name' => $profile_name,
'$thumb' => $profile_avatar,