add page_content_top hook
This commit is contained in:
parent
5d35f0d54a
commit
7df6ab9a87
|
@ -243,6 +243,8 @@ if (file_exists($theme_info_file)){
|
||||||
if(! x($a->page,'content'))
|
if(! x($a->page,'content'))
|
||||||
$a->page['content'] = '';
|
$a->page['content'] = '';
|
||||||
|
|
||||||
|
if(! $install)
|
||||||
|
call_hooks('page_content_top',$a->page['content']);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Call module functions
|
* Call module functions
|
||||||
|
|
Loading…
Reference in a new issue