diff options
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/reports/menu.html.tmpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/template/en/default/reports/menu.html.tmpl b/template/en/default/reports/menu.html.tmpl index f7613ec01..12c95d93e 100644 --- a/template/en/default/reports/menu.html.tmpl +++ b/template/en/default/reports/menu.html.tmpl @@ -56,6 +56,7 @@ line graphs, bar and pie charts. </li> [% END %] + [% Hook.process('current_state') %] </ul> [% IF feature_enabled('new_charts') OR feature_enabled('old_charts') %] @@ -78,4 +79,6 @@ </ul> [% END %] +[% Hook.process('end') %] + [% PROCESS global/footer.html.tmpl %] |