Skip to content

Commit

Permalink
fix(formanswer): breadcrumb
Browse files Browse the repository at this point in the history
  • Loading branch information
btry committed Jan 31, 2022
1 parent c4a1a34 commit 1b13ee8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion front/formanswer.form.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,12 @@
if (Session::getCurrentInterface() == 'helpdesk') {
Html::helpHeader(__('Service catalog', 'formcreator'));
} else {
Html::header(__('Service catalog', 'formcreator'));
Html::header(
__('Form Creator', 'formcreator'),
'',
'admin',
'PluginFormcreatorForm'
);
}


Expand Down

0 comments on commit 1b13ee8

Please sign in to comment.