Implemented linker - class for admin_updates.php (templates automatic replace only)
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org>
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
$header
|
$header
|
||||||
<form action="$filename" method="post">
|
<form action="{$linker->getLink(array('section' => 'updates'))}" method="post">
|
||||||
<input type="hidden" name="s" value="$s"/>
|
<input type="hidden" name="s" value="$s"/>
|
||||||
<input type="hidden" name="page" value="$page"/>
|
<input type="hidden" name="page" value="$page"/>
|
||||||
<input type="hidden" name="send" value="send" />
|
<input type="hidden" name="send" value="send" />
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ $header
|
|||||||
<h2>{$lng['update']['update']}</h2>
|
<h2>{$lng['update']['update']}</h2>
|
||||||
</header>
|
</header>
|
||||||
<article>
|
<article>
|
||||||
<form action="$filename" method="post">
|
<form action="{$linker->getLink(array('section' => 'updates'))}" method="post">
|
||||||
{$update_information}
|
{$update_information}
|
||||||
<p class="submit">
|
<p class="submit">
|
||||||
<input type="hidden" name="s" value="$s"/>
|
<input type="hidden" name="s" value="$s"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user