new nickname policy

This commit is contained in:
Mike Macgirvin 2010-07-08 20:25:05 -07:00
parent 9cd9ce9c17
commit a26f4eeff6
3 changed files with 8 additions and 3 deletions

View file

@ -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');