Naslovna › učitavanje...
document.addEventListener("DOMContentLoaded", function () { const pathParts = window.location.pathname.split('/').filter(Boolean); const tagSlugIndex = pathParts.findIndex(p => p === 'teme'); const target = document.getElementById("breadcrumb-tag"); if (tagSlugIndex !== -1 && pathParts[tagSlugIndex + 1]) { const tagSlug = pathParts[tagSlugIndex + 1]; const tagName = tagSlug .replace(/-/g, ' ') .replace(/\b\w/g, l => l.toUpperCase()); if (target) { target.textContent = `Tag: ${tagName}`; } } else if (target) { target.textContent = 'Tag stranica'; } });

Okupili se U-21 reprezentativci BiH, slijede utakmice sa susjedima

U-21 reprezentacija Bosne i Hercegovine okupila se u ponedjeljak u Trening centru Fudbalskog saveza BiH u Zenici i počela pripreme za dvije prijateljske utakmice...