Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fbergkemper committed Jan 21, 2014
1 parent 2140a23 commit 192d7c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
barbossa
Barbossa
========

A PHP-Frontend to manage Bareos over the web.
Expand Down
6 changes: 3 additions & 3 deletions module/Application/view/layout/layout.phtml
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<?php echo $this->headTitle('Bareos Webinterface | '. $this->translate('Version 0.0.1'))->setSeparator(' - ')->setAutoEscape(false) ?>
<?php echo $this->headTitle('Barbossa | '. $this->translate('Version 0.0.1'))->setSeparator(' - ')->setAutoEscape(false) ?>

<?php echo $this->headMeta()
->appendName('viewport', 'width=device-width, initial-scale=1.0')
Expand Down Expand Up @@ -47,7 +47,7 @@
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="<?php echo $this->url('dashboard') ?>">
<?php echo $this->translate('Bareos') ?>
<?php echo $this->translate('Barbossa') ?>
</a>
</div>

Expand Down Expand Up @@ -91,7 +91,7 @@
<hr />

<footer>
<p class="text-muted">&copy; 2013 - <?php echo date('Y') ?> Bareos GmbH &amp; Co. KG</p>
<p class="text-muted">&copy; 2013 - <?php echo date('Y') ?> Frank Bergkemper, GNU AFFERO GENERAL PUBLIC LICENSE Version 3</p>
</footer>

</div> <!-- /container -->
Expand Down

0 comments on commit 192d7c0

Please sign in to comment.