diff options
author | Michael <icarus@dabo.de> | 2012-05-26 12:06:19 +0200 |
---|---|---|
committer | Michael <icarus@dabo.de> | 2012-05-26 12:06:19 +0200 |
commit | 817fc37f41c030381507384db581f62d9a1b5044 (patch) | |
tree | c152def3537eb41e933e8ad537085af6abeb91cd /view | |
parent | 7b3c02057db47a627b56bdd79f1055ea7f876617 (diff) | |
parent | a5dc41ab131d4235eb947ff00d7af0593bf0e460 (diff) | |
download | volse-hubzilla-817fc37f41c030381507384db581f62d9a1b5044.tar.gz volse-hubzilla-817fc37f41c030381507384db581f62d9a1b5044.tar.bz2 volse-hubzilla-817fc37f41c030381507384db581f62d9a1b5044.zip |
Merge branch 'master' of github.com:annando/friendica
Conflicts:
mod/network.php
Diffstat (limited to 'view')
-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" ); |