User 'monprodusite' has exceeded the 'max_questions' resource (current value: 9821)
SELECT h.`id_hook`, m.`name`, hm.`position` FROM `ps_module` m LEFT JOIN `ps_hook_module` hm ON hm.`id_module` = m.`id_module` LEFT JOIN `ps_hook` h ON hm.`id_hook` = h.`id_hook` WHERE h.`name` = 'top' AND m.`active` = 1 ORDER BY hm.`position`, m.`name` DESC