-changes to now playing bar
This commit is contained in:
parent
5173674714
commit
c8b7cffdc6
9 changed files with 200 additions and 110 deletions
|
@ -9,7 +9,7 @@
|
|||
</head>
|
||||
<body>
|
||||
|
||||
<div id="nowplayingbar"><?php echo $this->layout()->nowplaying ?></div>
|
||||
<div id="nowplayingbar"><?= $this->partial('partialviews/header.phtml') ?></div>
|
||||
<div id="nav"><?php echo $this->navigation()->menu()->setRenderInvisible(true) ?></div>
|
||||
|
||||
<div id="content"><?php echo $this->layout()->content ?></div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue