kopia lustrzana https://github.com/friendica/friendica
add page_content_top hook
rodzic
5d35f0d54a
commit
7df6ab9a87
|
@ -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
|
||||
|
|
Ładowanie…
Reference in New Issue