Skip to content

Commit e98c17f

Browse files
author
Jurian Sluiman
committed
Remove translator from layout
1 parent b9206d6 commit e98c17f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

view/layout/admin.phtml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<html lang="en">
44
<head>
55
<meta charset="utf-8">
6-
<?php echo $this->headTitle('ZF2 '. $this->translate('ZfcAdmin - Skeleton Application'))->setSeparator(' - ')->setAutoEscape(false) ?>
6+
<?php echo $this->headTitle('ZfcAdmin - Zend Framework 2 Admin Interface')->setSeparator(' - ')->setAutoEscape(false) ?>
77

88
<?php echo $this->headMeta()->appendName('viewport', 'width=device-width, initial-scale=1.0') ?>
99

@@ -30,7 +30,7 @@
3030
<span class="icon-bar"></span>
3131
<span class="icon-bar"></span>
3232
</a>
33-
<a class="brand" href="<?php echo $this->url('zfcadmin') ?>"><?php echo $this->translate('ZfcAdmin') ?></a>
33+
<a class="brand" href="<?php echo $this->url('zfcadmin') ?>">ZfcAdmin</a>
3434
<div class="nav-collapse">
3535
<?php echo $this->navigation('admin_navigation')
3636
->menu()
@@ -49,11 +49,11 @@
4949
<hr>
5050

5151
<footer>
52-
<p>&copy; 2005 - 2012 by Zend Technologies Ltd. <?php echo $this->translate('All rights reserved.') ?></p>
52+
<p>&copy; 2005 - 2012 by Zend Technologies Ltd. All rights reserved.</p>
5353
</footer>
5454

5555
</div> <!-- /container -->
5656

5757
<?php echo $this->inlineScript() ?>
5858
</body>
59-
</html>
59+
</html>

0 commit comments

Comments
 (0)