add fh to other page templates

This commit is contained in:
friendica 2014-03-27 00:35:46 -07:00
parent 41d8cfa72a
commit 7b24b78af9
3 changed files with 3 additions and 0 deletions

View File

@ -259,6 +259,7 @@ function channel_content(&$a, $update = 0, $load = false) {
'$spam' => '0',
'$nouveau' => '0',
'$wall' => '1',
'$fh' => '0',
'$page' => (($a->pager['page'] != 1) ? $a->pager['page'] : 1),
'$search' => '',
'$order' => '',

View File

@ -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),

View File

@ -95,6 +95,7 @@ function search_content(&$a,$update = 0, $load = false) {
'$liked' => '0',
'$conv' => '0',
'$spam' => '0',
'$fh' => '0',
'$nouveau' => '0',
'$wall' => '0',
'$list' => ((x($_REQUEST,'list')) ? intval($_REQUEST['list']) : 0),