Fix: page title not displaying
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
<div class="page-header">
|
<div class="page-header">
|
||||||
<h1><?php App\title(); ?></h1>
|
<h1><?= App\title(); ?></h1>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user