add fh to other page templates
This commit is contained in:
parent
41d8cfa72a
commit
7b24b78af9
@ -259,6 +259,7 @@ function channel_content(&$a, $update = 0, $load = false) {
|
|||||||
'$spam' => '0',
|
'$spam' => '0',
|
||||||
'$nouveau' => '0',
|
'$nouveau' => '0',
|
||||||
'$wall' => '1',
|
'$wall' => '1',
|
||||||
|
'$fh' => '0',
|
||||||
'$page' => (($a->pager['page'] != 1) ? $a->pager['page'] : 1),
|
'$page' => (($a->pager['page'] != 1) ? $a->pager['page'] : 1),
|
||||||
'$search' => '',
|
'$search' => '',
|
||||||
'$order' => '',
|
'$order' => '',
|
||||||
|
@ -122,6 +122,7 @@ function display_content(&$a, $update = 0, $load = false) {
|
|||||||
'$liked' => '0',
|
'$liked' => '0',
|
||||||
'$conv' => '0',
|
'$conv' => '0',
|
||||||
'$spam' => '0',
|
'$spam' => '0',
|
||||||
|
'$fh' => '0',
|
||||||
'$nouveau' => '0',
|
'$nouveau' => '0',
|
||||||
'$wall' => '0',
|
'$wall' => '0',
|
||||||
'$page' => (($a->pager['page'] != 1) ? $a->pager['page'] : 1),
|
'$page' => (($a->pager['page'] != 1) ? $a->pager['page'] : 1),
|
||||||
|
@ -95,6 +95,7 @@ function search_content(&$a,$update = 0, $load = false) {
|
|||||||
'$liked' => '0',
|
'$liked' => '0',
|
||||||
'$conv' => '0',
|
'$conv' => '0',
|
||||||
'$spam' => '0',
|
'$spam' => '0',
|
||||||
|
'$fh' => '0',
|
||||||
'$nouveau' => '0',
|
'$nouveau' => '0',
|
||||||
'$wall' => '0',
|
'$wall' => '0',
|
||||||
'$list' => ((x($_REQUEST,'list')) ? intval($_REQUEST['list']) : 0),
|
'$list' => ((x($_REQUEST,'list')) ? intval($_REQUEST['list']) : 0),
|
||||||
|
Reference in New Issue
Block a user