From: friendica Date: Mon, 2 Apr 2012 05:22:26 +0000 (-0700) Subject: add page_content_top hook X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7df6ab9a87bb564b9484b1fb0ab9f4a11bf97889;p=friendica.git add page_content_top hook --- diff --git a/index.php b/index.php index 2faac1f289..a51e33e260 100755 --- a/index.php +++ b/index.php @@ -243,6 +243,8 @@ if (file_exists($theme_info_file)){ if(! x($a->page,'content')) $a->page['content'] = ''; +if(! $install) + call_hooks('page_content_top',$a->page['content']); /** * Call module functions