1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-01-24 04:41:00 +01:00

aggiunta gestione header.php

This commit is contained in:
Pek5892 2024-05-02 16:59:40 +02:00
parent e8cf2a53e2
commit d497d6ae92

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