refactor global array

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2018-12-21 20:51:44 +01:00
parent c5a58e3f36
commit 370ccbdb74
220 changed files with 2227 additions and 2244 deletions

View File

@@ -1,6 +1,6 @@
$header
<header>
<h2>{$lng['update']['update']}</h2>
<h2>{\Froxlor\I18N\Lang::getAll()['update']['update']}</h2>
</header>
<article>
<form action="{$linker->getLink(array('section' => 'updates'))}" method="post">
@@ -9,7 +9,7 @@ $header
<input type="hidden" name="s" value="$s"/>
<input type="hidden" name="page" value="$page"/>
<input type="hidden" name="send" value="send" />
<input type="submit" value="{$lng['update']['proceed']}" />
<input type="submit" value="{\Froxlor\I18N\Lang::getAll()['update']['proceed']}" />
</p>
</form>
</article>