diff options
author | friendica <info@friendica.com> | 2012-08-20 06:34:54 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-08-20 06:34:54 -0700 |
commit | 2f81fb438508436ad6424c53f0f2dc878969b929 (patch) | |
tree | b866c8a6b4c917af19c49c1067c1e5c1c1975f3c /boot.php | |
parent | 34e42c4cb34c78d9cb8ac48e9d80e58984346156 (diff) | |
download | volse-hubzilla-2f81fb438508436ad6424c53f0f2dc878969b929.tar.gz volse-hubzilla-2f81fb438508436ad6424c53f0f2dc878969b929.tar.bz2 volse-hubzilla-2f81fb438508436ad6424c53f0f2dc878969b929.zip |
upstream fixes
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -913,6 +913,10 @@ if(! function_exists('login')) { $tpl = get_markup_template("logout.tpl"); } else { + $a->page['htmlhead'] .= replace_macros(get_markup_template("login_head.tpl"),array( + '$baseurl' => $a->get_baseurl(true) + )); + $tpl = get_markup_template("login.tpl"); $_SESSION['return_url'] = $a->query_string; } |