diff options
author | friendica <info@friendica.com> | 2014-03-27 00:35:46 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-03-27 00:35:46 -0700 |
commit | 7b24b78af949f2645459e4698ee2f96a17becef4 (patch) | |
tree | 9c11ce7ff49069b1c34ec77c91d3042ac08d1913 /mod/display.php | |
parent | 41d8cfa72a4c4d82bce37959512da95b040dba7b (diff) | |
download | volse-hubzilla-7b24b78af949f2645459e4698ee2f96a17becef4.tar.gz volse-hubzilla-7b24b78af949f2645459e4698ee2f96a17becef4.tar.bz2 volse-hubzilla-7b24b78af949f2645459e4698ee2f96a17becef4.zip |
add fh to other page templates
Diffstat (limited to 'mod/display.php')
-rw-r--r-- | mod/display.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/display.php b/mod/display.php index b20eb3e4f..0b7335028 100644 --- a/mod/display.php +++ b/mod/display.php @@ -122,6 +122,7 @@ function display_content(&$a, $update = 0, $load = false) { '$liked' => '0', '$conv' => '0', '$spam' => '0', + '$fh' => '0', '$nouveau' => '0', '$wall' => '0', '$page' => (($a->pager['page'] != 1) ? $a->pager['page'] : 1), |