aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-12-02 20:45:21 -0800
committerredmatrix <redmatrix@redmatrix.me>2015-12-02 20:45:21 -0800
commit9f3ea71d5d9e1e42d1d1e44a8070d90814962ad2 (patch)
tree98a6ec09ec5b0f79bf72d681fa8535ca628659f0 /boot.php
parent75058e54b8dc9625ac009781388789cff713e456 (diff)
downloadvolse-hubzilla-9f3ea71d5d9e1e42d1d1e44a8070d90814962ad2.tar.gz
volse-hubzilla-9f3ea71d5d9e1e42d1d1e44a8070d90814962ad2.tar.bz2
volse-hubzilla-9f3ea71d5d9e1e42d1d1e44a8070d90814962ad2.zip
non-functional changes (changes to comments, etc.)
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php12
1 files changed, 3 insertions, 9 deletions
diff --git a/boot.php b/boot.php
index 38eb5bbf4..2b1f3cb4e 100755
--- a/boot.php
+++ b/boot.php
@@ -622,10 +622,10 @@ class App {
public $poi = null; // "person of interest", generally a referenced connection
private $oauth_key = null; // consumer_id of oauth request, if used
public $layout = array(); // Comanche parsed template
- public $pdl = null;
+ public $pdl = null; // Comanche page description
private $perms = null; // observer permissions
private $widgets = array(); // widgets for this page
- //private $widgetlist = null; // widget ordering and inclusion directives
+
public $groups;
public $language;
@@ -1158,7 +1158,7 @@ function z_root() {
}
/**
- * @brief Return absolut URL for given $path.
+ * @brief Return absolute URL for given $path.
*
* @param string $path
*
@@ -1470,12 +1470,6 @@ function login($register = false, $form_id = 'main-login', $hiddens=false) {
$tpl = get_markup_template("logout.tpl");
}
else {
-// There's no such thing as login_head.tpl, has never been in Red, removed from Friendica 1 Jun 2013...
-
-// $a->page['htmlhead'] .= replace_macros(get_markup_template("login_head.tpl"), array(
-// '$baseurl' => $a->get_baseurl(true)
-// ));
-
$tpl = get_markup_template("login.tpl");
if(strlen($a->query_string))
$_SESSION['login_return_url'] = $a->query_string;