aggiunta gestione header.php

This commit is contained in:
Pek5892 2024-05-02 16:59:40 +02:00
parent e8cf2a53e2
commit d497d6ae92
1 changed files with 5 additions and 0 deletions

View File

@ -259,6 +259,11 @@ if (empty($record) || !$has_access) {
<div class="clearfix"></div>
<br>';
// Eventuale header personalizzato
$header = $structure->filepath('header.php');
if ($header) {
include_once $header;
}
}
// Contenuti del modulo