. */ include_once __DIR__.'/../../core.php'; use Modules\AttributiCombinazioni\ValoreAttributo; $id_valore = filter('id_valore'); $testo_valore = ''; if (!empty($id_valore)) { $valore = ValoreAttributo::find($id_valore); $testo_valore = $valore->nome; } echo '
';