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:
@@ -13,9 +13,9 @@ $header
|
||||
</tr>
|
||||
$tablecontent
|
||||
<tr>
|
||||
<td class="field_display_border_left" colspan="5"><a href="$filename?s=$s&page=$page&action=add">{$lng['admin']['phpsettings']['addnew']}</a></td>
|
||||
<td class="field_display_border_left" colspan="5"><a href="{$linker->getLink(array('section' => 'phpsettings', 'page' => $page, 'action' => 'add'))}">{$lng['admin']['phpsettings']['addnew']}</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
<br />
|
||||
<br />
|
||||
$footer
|
||||
$footer
|
||||
|
||||
Reference in New Issue
Block a user