Removed 365 leftover.

This commit is contained in:
flash 2022-09-25 23:06:58 +00:00
parent b943030412
commit 114777bfdc

View file

@ -16,13 +16,6 @@ $showNowPlaying = !empty($is_index) || !empty($do_fullscreen_header);
<?php if(isset($styles) && is_array($styles)) foreach($styles as $style): ?>
<link href="<?=$style;?>" type="text/css" rel="stylesheet"/>
<?php endforeach;?>
<?php if(isset($is_365) && $is_365): ?>
<style type="text/css">
body {
transform: rotate(<?=date('z');?>deg);
}
</style>
<?php endif; ?>
</head>
<body class="<?php if(isset($is_index)) { echo 'index ';} if(isset($do_fullscreen_header)) { echo 'fullscreen-header ';} if(isset($is_now_playing)) { echo 'now-playing ';} ?>">
<div class="header">