aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-08-20 06:34:54 -0700
committerfriendica <info@friendica.com>2012-08-20 06:34:54 -0700
commit2f81fb438508436ad6424c53f0f2dc878969b929 (patch)
treeb866c8a6b4c917af19c49c1067c1e5c1c1975f3c /boot.php
parent34e42c4cb34c78d9cb8ac48e9d80e58984346156 (diff)
downloadvolse-hubzilla-2f81fb438508436ad6424c53f0f2dc878969b929.tar.gz
volse-hubzilla-2f81fb438508436ad6424c53f0f2dc878969b929.tar.bz2
volse-hubzilla-2f81fb438508436ad6424c53f0f2dc878969b929.zip
upstream fixes
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/boot.php b/boot.php
index b2b92d0ea..646f968cd 100644
--- a/boot.php
+++ b/boot.php
@@ -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;
}