Skip to content

Commit

Permalink
Fix title of page
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Feb 24, 2020
1 parent aec47b4 commit 2067abd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions htdocs/accountancy/admin/export.php
Expand Up @@ -134,13 +134,13 @@

$form = new Form($db);

$title = $langs->trans('ConfigAccountingExpert');
$title = $langs->trans('ExportOptions');
llxHeader('', $title);


$linkback = '';
// $linkback = '<a href="' . DOL_URL_ROOT . '/admin/modules.php?restore_lastsearch_values=1">' . $langs->trans("BackToModuleList") . '</a>';
print load_fiche_titre($langs->trans('ConfigAccountingExpert'), $linkback, 'accountancy');
print load_fiche_titre($langs->trans('ExportOptions'), $linkback, 'accountancy');


print "\n".'<script type="text/javascript" language="javascript">'."\n";
Expand Down

0 comments on commit 2067abd

Please sign in to comment.