From bb5dd5916bdb4e789300799f9e6a2be831e6bf14 Mon Sep 17 00:00:00 2001 From: alecpl Date: Wed, 27 May 2009 10:09:09 +0000 Subject: - reverted accidentally removed code --- program/include/rcube_template.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/program/include/rcube_template.php b/program/include/rcube_template.php index 8c0a8d05d..d82379db7 100755 --- a/program/include/rcube_template.php +++ b/program/include/rcube_template.php @@ -797,6 +797,9 @@ class rcube_template extends rcube_html_page else if (in_array($attrib['command'], $a_static_commands)) { $attrib['href'] = rcmail_url($attrib['command']); } + else if ($attrib['command'] == 'permaurl' && !empty($this->env['permaurl'])) { + $attrib['href'] = $this->env['permaurl']; + } } // overwrite attributes -- cgit v1.2.3