diff options
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/admin/params/editparams.html.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/en/default/admin/params/editparams.html.tmpl b/template/en/default/admin/params/editparams.html.tmpl index 77d843da2..730d7ae34 100644 --- a/template/en/default/admin/params/editparams.html.tmpl +++ b/template/en/default/admin/params/editparams.html.tmpl @@ -73,6 +73,7 @@ [% FOREACH panel = panels %] <tr> [% IF panel.current %] + [% Hook.process("current_panel") %] <td class="selected_section"> <span title="[% panel.desc FILTER html %]">[% panel.title FILTER html %]</span> </td> |