1
0
Fork 0

store default location

This commit is contained in:
Mike Macgirvin 2010-08-21 16:31:46 -07:00
commit 024f2019e6
7 changed files with 27 additions and 6 deletions

View file

@ -36,6 +36,7 @@ function network_content(&$a, $update = false) {
$o .= replace_macros($tpl,array(
'$return_path' => $a->cmd,
'$baseurl' => $a->get_baseurl(),
'$defloc' => $a->user['default-location'],
'$visitor' => 'block',
'$lockstate' => 'unlock',
'$acl' => populate_acl($a->user),