Revert "refactor global array"

This reverts commit 370ccbdb74.
This commit is contained in:
Michael Kaufmann
2018-12-22 08:15:31 +01:00
parent c800e89414
commit 7e39a7bc60
220 changed files with 2244 additions and 2227 deletions

View File

@@ -1,6 +1,6 @@
$header
<header>
<h2>{\Froxlor\I18N\Lang::getAll()['update']['update']}</h2>
<h2>{$lng['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="{\Froxlor\I18N\Lang::getAll()['update']['proceed']}" />
<input type="submit" value="{$lng['update']['proceed']}" />
</p>
</form>
</article>