2
0
forked from Wavyzz/dolibarr

llxHeader BodyCss ecm (#30571)

Co-authored-by: atm-lena <lena.papazian@atm-consulting.fr>
This commit is contained in:
atm-lena
2024-08-10 23:46:54 +02:00
committed by GitHub
parent 32e4be2507
commit 50199e4ebc
7 changed files with 7 additions and 7 deletions

View File

@@ -289,7 +289,7 @@ if ($module == 'ecm' && $ecmdir->id > 0) {
$object->fetch($ecmdir->id);
}
llxHeader();
llxHeader('', '', '', '', 0, 0, '', '', '', 'mod-ecm page-dir_card');
// Built the file List
$filearrayall = dol_dir_list($upload_dir, "all", 0, '', '', $sortfield, (strtolower($sortorder) == 'desc' ? SORT_DESC : SORT_ASC), 1);