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?