Implemented linker - class for customer_[autoresponder|emails].php (templates automatic replace only)
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org>
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
$destination [<a href="$filename?page=forwarders&action=delete&id={$id}&forwarderid={$dest_id}&s=$s">{$lng['panel']['delete']}</a>]
|
||||
$destination [<a href="{$linker->getLink(array('section' => 'email', 'page' => 'forwarders', 'action' => 'delete', 'id' => $id, 'forwarderid' => $dest_id))}">{$lng['panel']['delete']}</a>]
|
||||
<br />
|
||||
Reference in New Issue
Block a user