aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
Diffstat (limited to 'mod')
-rw-r--r--mod/network.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/network.php b/mod/network.php
index 4fd7ad200..e19871602 100644
--- a/mod/network.php
+++ b/mod/network.php
@@ -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'),