Dla dzieciZnaleziono 810 produkty

User 'sklepkam_kami' has exceeded the 'max_questions' resource (current value: 11990)

			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` = 'rightColumn'
			AND m.`active` = 1
			
			ORDER BY hm.`position`, m.`name` DESC