Implemented linker - class for admin_settings.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:25:36 +02:00
parent ce6176ffe4
commit a55df73281
8 changed files with 15 additions and 15 deletions

View File

@@ -1,5 +1,5 @@
$header
<form action="$filename" method="post">
<form action="{$linker->getLink(array('section' => 'phpsettings'))}" method="post">
<input type="hidden" name="s" value="$s"/>
<input type="hidden" name="page" value="$page"/>
<input type="hidden" name="action" value="edit"/>
@@ -65,4 +65,4 @@ $header
</table>
<br />
<br />
$footer
$footer