. */ include_once __DIR__.'/../../core.php'; use Models\Module; echo '

'.tr('Periodi temporali').'

'; $statistiche = Module::where('name', 'Statistiche')->first(); if ($statistiche != null) { echo ' '; } echo ' '; if ($statistiche != null) { echo ' '; }