Update layout.html.php

This commit is contained in:
Dan
2015-12-21 19:45:26 +07:00
parent 9859b4c00d
commit acd926e3b1

View File

@@ -47,7 +47,7 @@
</div> </div>
<!-- Collect the nav links, forms, and other content for toggling --> <!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<?php echo menu('navbar-right') ?> <?php echo menu('navbar-nav navbar-right') ?>
</div> </div>
<!-- /.navbar-collapse --> <!-- /.navbar-collapse -->
</div> </div>
@@ -259,4 +259,4 @@
<script src="<?php echo site_url();?>themes/cleanblog/js/clean-blog.js"></script> <script src="<?php echo site_url();?>themes/cleanblog/js/clean-blog.js"></script>
<?php if (analytics()): ?><?php echo analytics() ?><?php endif; ?> <?php if (analytics()): ?><?php echo analytics() ?><?php endif; ?>
</body> </body>
</html> </html>