replaced alpha word with beta [main logo]

This commit is contained in:
mrafalko 2013-07-25 23:58:16 +03:00
parent 6793a5f373
commit 549a022b0e

View file

@ -17,7 +17,7 @@
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="brand" href="<?= PHPCI_URL ?>">PHPCI <span class="badge badge-important" style="position: relative; top: -3px; margin-left: 10px">1.0 Alpha</span></a>
<a class="brand" href="<?= PHPCI_URL ?>">PHPCI <span class="badge badge-important" style="position: relative; top: -3px; margin-left: 10px">1.0.0 Beta</span></a>
<ul class="nav pull-right">
<li><a href="<?= PHPCI_URL ?>session/logout">Log out</a></li>
@ -35,4 +35,4 @@
<?php print $content; ?>
</div>
</body>
</html>
</html>