add change pwd|lang|theme; twig-ify standard_error()

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2022-02-17 22:03:09 +01:00
parent 9dce16e5c7
commit 28526b4544
7 changed files with 157 additions and 16 deletions

View File

@@ -500,6 +500,10 @@ if ($page == '') {
$page = 'overview';
}
UI::Twig()->addGlobal('action', $action);
UI::Twig()->addGlobal('page', $page);
UI::Twig()->addGlobal('s', $s);
/**
* Initialize the mailingsystem
*/