pass module name to build_cmd, so we can use it elsewhere

This commit is contained in:
friendica
2012-12-14 01:02:03 -08:00
parent d39fb9b1d5
commit 9d96cb37a0
2 changed files with 3 additions and 4 deletions

View File

@@ -497,6 +497,7 @@ function network_content(&$a, $update = 0, $load = false) {
$a->page['htmlhead'] .= replace_macros(get_markup_template("build_query.tpl"),array(
'$baseurl' => z_root(),
'$pgtype' => 'network',
'$uid' => ((local_user()) ? local_user() : '0'),
'$gid' => (($gid) ? $gid : '0'),
'$cid' => (($cid) ? $cid : '0'),