Fix array var for header skin

This commit is contained in:
SQ 2014-02-19 02:31:20 -05:00
parent dabc879216
commit 719912791b
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ Globals = {
</head>
<body>
<header>
<div id="header-container"<?php if ($skins['video'] != '') : ?> class="skinned"<?php endif; ?>>
<div id="header-container"<?php if ($skins['header'] != '') : ?> class="skinned"<?php endif; ?>>
<div id="header" class="grid-container">
<div id="logo" class="grid-25">
<a href="/"><img src="img/logo.png" /></a>