add page_content_top hook
This commit is contained in:
parent
5d35f0d54a
commit
7df6ab9a87
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue