-bug CC-1823 should be fixed.

This commit is contained in:
martin 2011-01-30 16:47:11 -05:00
parent 7c70385528
commit 0ba5a1f520
14 changed files with 67 additions and 38 deletions

View file

@ -3,13 +3,14 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Airtime!!</title>
<title>Airtime</title>
<?php echo $this->headScript() ?>
<?php echo $this->headLink() ?>
</head>
<body>
<?php //echo $this->loggedInAs() ?>
<div id="nowplayingbar"><?= $this->partial('partialviews/header.phtml') ?></div>
<div id="nowplayingbar"><?php echo $this->partial('partialviews/header.phtml', array("user" => "martin")); ?></div>
<div class="logo"></div>
<?php $partial = array('menu.phtml', 'default');

View file

@ -9,7 +9,7 @@
</head>
<body>
<?php echo $this->layout()->content ?>
<div id="login-page"><?php echo $this->layout()->content ?></div>
</body>
</html>