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';
}
});
Večeras koncert Dženana Lončarevića na Trgu slobode
Koncert Dženana Lončarevića bit će održan u nedjelju, 7. juna 2026. godine, na Trgu slobode u Tuzli, s početkom u 20:00 sati. Ulaz za...
Sutra koncert Dženana Lončarevića na Trgu slobode u Tuzli
Koncert Dženana Lončarevića bit će održan u nedjelju, 7. juna 2026. godine, na Trgu slobode u Tuzli, s početkom u 20:00 sati. Ulaz za...






