Skip to content

Commit

Permalink
Eoxia#70 [Tool] add: load_fiche_titre
Browse files Browse the repository at this point in the history
  • Loading branch information
evarisk-kilyan committed Sep 20, 2024
1 parent 731ae7e commit 9975a48
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions view/easyurltools.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,6 @@
</div>
<?php endif;



$translations = [
'ExportGenerating' => $langs->transnoentities('ExportGenerating'),
'ExportError' => $langs->transnoentities('ExportError'),
Expand All @@ -144,6 +142,7 @@
];
print saturne_show_notice('', '', 'success', 'notice-infos', 0, 1, '', $translations);

print load_fiche_titre($langs->trans('GenerateUrlManagement'), '', '');

print '<form name="generate-url-from" id="generate-url-from" action="' . $_SERVER['PHP_SELF'] . '" method="POST">';
print '<input type="hidden" name="token" value="' . newToken() . '">';
Expand Down

0 comments on commit 9975a48

Please sign in to comment.