|
@@ -18,8 +18,8 @@ $this->registerAssetBundle('app');
|
|
|
<?php $this->head(); ?>
|
|
<?php $this->head(); ?>
|
|
|
</head>
|
|
</head>
|
|
|
<body>
|
|
<body>
|
|
|
|
|
+<?php $this->beginBody(); ?>
|
|
|
<div class="container">
|
|
<div class="container">
|
|
|
- <?php $this->beginBody(); ?>
|
|
|
|
|
<div class="masthead">
|
|
<div class="masthead">
|
|
|
<h3 class="muted">My Company</h3>
|
|
<h3 class="muted">My Company</h3>
|
|
|
|
|
|
|
@@ -57,8 +57,8 @@ $this->registerAssetBundle('app');
|
|
|
Template by <a href="http://twitter.github.io/bootstrap/">Twitter Bootstrap</a>
|
|
Template by <a href="http://twitter.github.io/bootstrap/">Twitter Bootstrap</a>
|
|
|
</p>
|
|
</p>
|
|
|
</div>
|
|
</div>
|
|
|
- <?php $this->endBody(); ?>
|
|
|
|
|
</div>
|
|
</div>
|
|
|
|
|
+<?php $this->endBody(); ?>
|
|
|
</body>
|
|
</body>
|
|
|
</html>
|
|
</html>
|
|
|
<?php $this->endPage(); ?>
|
|
<?php $this->endPage(); ?>
|