addStyleDeclaration($style); // 2. DODAJ JS – owijanie tabel $script = ' document.addEventListener("DOMContentLoaded", function() { var tables = document.querySelectorAll(".item-page table, .com-content-article table"); tables.forEach(function(table) { if (table.closest(".table-resp")) return; var wrapper = document.createElement("div"); wrapper.className = "table-resp"; table.parentNode.insertBefore(wrapper, table); wrapper.appendChild(table); }); }); '; JFactory::getDocument()->addScriptDeclaration($script); ?>