aggiunta gestione header.php
This commit is contained in:
parent
e8cf2a53e2
commit
d497d6ae92
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue