Просмотр поста #29547: Музыка на всех страницах без прерывания

.
venom
Люди берегите воду - пейте пиво...

Кэширование всему виной...

if (stristr(core::$user_agent, "msie") && stristr(core::$user_agent, "windows")) {
// Выдаем заголовки для Internet Explorer
header("Cache-Control: no-store, no-cache, must-revalidate");
header('Content-type: text/html; charset=UTF-8');
} else {
// Выдаем заголовки для остальных браузеров
header("Cache-Control: public");
header('Content-type: application/xhtml+xml; charset=UTF-8');
}