- reverted accidentally removed code

release-0.6
alecpl 15 years ago
parent 9b2ccdd9cb
commit bb5dd5916b

@ -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

Loading…
Cancel
Save