diff options
author | friendica <info@friendica.com> | 2012-05-29 16:50:42 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-05-29 16:50:42 -0700 |
commit | 21d79e787ef6a1fd183a4f439c2488110841b530 (patch) | |
tree | 37af0898bb3ef5f39384d98aeae409a476b41aed /view/theme/diabook/theme.php | |
parent | 419cf91aae555f6e42767765f476b1f1cc85e5df (diff) | |
parent | 43c185ce04051caa0ae7543d635fa0b015befc58 (diff) | |
download | volse-hubzilla-21d79e787ef6a1fd183a4f439c2488110841b530.tar.gz volse-hubzilla-21d79e787ef6a1fd183a4f439c2488110841b530.tar.bz2 volse-hubzilla-21d79e787ef6a1fd183a4f439c2488110841b530.zip |
Merge https://github.com/friendica/friendica into pull
Conflicts:
mod/search.php
Diffstat (limited to 'view/theme/diabook/theme.php')
-rwxr-xr-x | view/theme/diabook/theme.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/view/theme/diabook/theme.php b/view/theme/diabook/theme.php index de7e41841..83079782e 100755 --- a/view/theme/diabook/theme.php +++ b/view/theme/diabook/theme.php @@ -18,6 +18,11 @@ $a->page['htmlhead'] .= sprintf('<META NAME=generator CONTENT="%s"/>', $diabook_ //init css on network and profilepages $cssFile = null; + +// Preload config +load_config("diabook"); +load_pconfig(local_user(), "diabook"); + //get statuses of boxes at right-hand-column $close_pages = false; $site_close_pages = get_config("diabook", "close_pages" ); |