mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 04:05:16 +02:00
new nickname policy
This commit is contained in:
parent
9cd9ce9c17
commit
a26f4eeff6
3 changed files with 8 additions and 3 deletions
|
@ -163,6 +163,8 @@ function settings_content(&$a) {
|
|||
|
||||
$nickname_block = replace_macros($nickname_block,array(
|
||||
'$nickname' => $nickname,
|
||||
'$uid' => $_SESSION['uid'],
|
||||
'$basepath' => substr($a->get_baseurl(),strpos($a->get_baseurl(),'://') + 3),
|
||||
'$baseurl' => $a->get_baseurl()));
|
||||
|
||||
$o = file_get_contents('view/settings.tpl');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue