localise some more templates
This commit is contained in:
parent
5f9f03daf7
commit
798c83b6aa
17 changed files with 105 additions and 1139 deletions
|
@ -168,7 +168,8 @@ function message_content(&$a) {
|
|||
|
||||
$a->page['htmlhead'] .= replace_macros($tpl, array(
|
||||
'$baseurl' => $a->get_baseurl(),
|
||||
'$nickname' => $a->user['nickname']
|
||||
'$nickname' => $a->user['nickname'],
|
||||
'$linkurl' => t('Please enter a link URL:')
|
||||
));
|
||||
|
||||
$select = contact_select('messageto','message-to-select', false, 4, true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue