Removed 365 leftover.
This commit is contained in:
parent
b943030412
commit
114777bfdc
1 changed files with 0 additions and 7 deletions
|
@ -16,13 +16,6 @@ $showNowPlaying = !empty($is_index) || !empty($do_fullscreen_header);
|
||||||
<?php if(isset($styles) && is_array($styles)) foreach($styles as $style): ?>
|
<?php if(isset($styles) && is_array($styles)) foreach($styles as $style): ?>
|
||||||
<link href="<?=$style;?>" type="text/css" rel="stylesheet"/>
|
<link href="<?=$style;?>" type="text/css" rel="stylesheet"/>
|
||||||
<?php endforeach;?>
|
<?php endforeach;?>
|
||||||
<?php if(isset($is_365) && $is_365): ?>
|
|
||||||
<style type="text/css">
|
|
||||||
body {
|
|
||||||
transform: rotate(<?=date('z');?>deg);
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<?php endif; ?>
|
|
||||||
</head>
|
</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 ';} ?>">
|
<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">
|
<div class="header">
|
||||||
|
|
Loading…
Reference in a new issue