diff options
author | friendica <info@friendica.com> | 2012-04-01 22:22:26 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-04-01 22:22:26 -0700 |
commit | 7df6ab9a87bb564b9484b1fb0ab9f4a11bf97889 (patch) | |
tree | a263c87db0299951fd7ed85634fa6ca23af77267 | |
parent | 5d35f0d54a52801dd9a17d4e44c294e4c9168de3 (diff) | |
download | volse-hubzilla-7df6ab9a87bb564b9484b1fb0ab9f4a11bf97889.tar.gz volse-hubzilla-7df6ab9a87bb564b9484b1fb0ab9f4a11bf97889.tar.bz2 volse-hubzilla-7df6ab9a87bb564b9484b1fb0ab9f4a11bf97889.zip |
add page_content_top hook
-rwxr-xr-x | index.php | 2 |
1 files changed, 2 insertions, 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 |