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:
Florian Aders (EleRas)
2011-06-13 20:36:20 +02:00
parent 79b886994c
commit 1bf764c5c3
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
$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="page" value="$page"/>
<input type="hidden" name="send" value="send" />

View File

@@ -3,7 +3,7 @@ $header
<h2>{$lng['update']['update']}</h2>
</header>
<article>
<form action="$filename" method="post">
<form action="{$linker->getLink(array('section' => 'updates'))}" method="post">
{$update_information}
<p class="submit">
<input type="hidden" name="s" value="$s"/>