aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-11-18 15:17:05 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-11-18 15:17:05 +0000
commita3014676ca35f58c5f3447136f1685688d80ba6a (patch)
treeb2768422af831ea84685f273a1d0fb0c3724d8bc
parent8896c20a5c2b30a3c57c7d047b17d01305f4fe92 (diff)
downloadforums-a3014676ca35f58c5f3447136f1685688d80ba6a.tar
forums-a3014676ca35f58c5f3447136f1685688d80ba6a.tar.gz
forums-a3014676ca35f58c5f3447136f1685688d80ba6a.tar.bz2
forums-a3014676ca35f58c5f3447136f1685688d80ba6a.tar.xz
forums-a3014676ca35f58c5f3447136f1685688d80ba6a.zip
Another lang related update
git-svn-id: file:///svn/phpbb/trunk@1359 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r--phpBB/profile.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/profile.php b/phpBB/profile.php
index 8bd216ada8..d715d7d9b3 100644
--- a/phpBB/profile.php
+++ b/phpBB/profile.php
@@ -354,7 +354,7 @@ if( isset($HTTP_GET_VARS['mode']) || isset($HTTP_POST_VARS['mode']) )
$www_img = ($profiledata['user_website']) ? "<a href=\"" . $profiledata['user_website'] . "\"><img src=\"" . $images['icon_www'] . "\" alt=\"" . $lang['Visit_website'] . "\" border=\"0\" /></a>" : "&nbsp;";
- $pm_img = "<a href=\"" . append_sid("privmsg.$phpEx?mode=post&amp;" . POST_USERS_URL . "=" . $profiledata['user_id']) . "\"><img src=\"". $images['icon_pm'] . "\" alt=\"" . $lang['Private_messaging'] . "\" border=\"0\" /></a>";
+ $pm_img = "<a href=\"" . append_sid("privmsg.$phpEx?mode=post&amp;" . POST_USERS_URL . "=" . $profiledata['user_id']) . "\"><img src=\"". $images['icon_pm'] . "\" alt=\"" . $lang['Send_private_message'] . "\" border=\"0\" /></a>";
$template->assign_vars(array(
"USERNAME" => $profiledata['username'],