Skip to content
This repository was archived by the owner on Jan 1, 2020. It is now read-only.

Commit dbe7bc3

Browse files
committed
replace <?php echo to <?=
1 parent c72d217 commit dbe7bc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module/Application/view/layout/layout.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<span class="icon-bar"></span>
3333
<span class="icon-bar"></span>
3434
</button>
35-
<a class="navbar-brand" href="<?php echo $this->url('home') ?>">
35+
<a class="navbar-brand" href="<?= $this->url('home') ?>">
3636
<img src="<?= $this->basePath('img/zf-logo.png') ?>" alt="Zend Framework <?= \Application\Module::VERSION ?>"/>&nbsp;Skeleton Application
3737
</a>
3838
</div>

0 commit comments

Comments
 (0)