store default location

This commit is contained in:
Mike Macgirvin
2010-08-21 16:31:46 -07:00
parent 709c86b2da
commit 024f2019e6
7 changed files with 27 additions and 6 deletions
+1
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),