From 0b2c4118a0894f722318ae4d861baddb8f66fd4d Mon Sep 17 00:00:00 2001 From: Marius Burkard <m.burkard@pixcept.de> Date: Wed, 20 Apr 2016 04:38:54 -0400 Subject: [PATCH] Merge branch 'stable-3.1' --- interface/web/index.php | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/interface/web/index.php b/interface/web/index.php index 6340467..c8d836d 100644 --- a/interface/web/index.php +++ b/interface/web/index.php @@ -41,6 +41,7 @@ $app->uses('tpl'); $app->tpl->newTemplate('main.tpl.htm'); +$app->tpl->setVar('startpage', isset($_SESSION['s']['module']['startpage']) ? $_SESSION['s']['module']['startpage'] : ''); $app->tpl->setVar('logged_in', ($_SESSION['s']['user']['active'] != 1 ? 'n' : 'y')); // tab change warning? -- Gitblit v1.9.1