.
*/
include_once __DIR__.'/../../core.php';
use Models\Module;
echo '
';
$statistiche = Module::find((new Module())->getByField('name', 'Statistiche', \Models\Locale::getPredefined()->id));
if ($statistiche != null) {
echo '
';
}
echo '
';
if ($statistiche != null) {
echo '
';
}