File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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 ()
4949 <hr>
5050
5151 <footer>
52- <p>© 2005 - 2012 by Zend Technologies Ltd. <?php echo $ this -> translate ( ' All rights reserved. ' ) ?> </p>
52+ <p>© 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>
You can’t perform that action at this time.
0 commit comments