fixed syntax error
This commit is contained in:
parent
85049635de
commit
1fe7cf3a6e
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@
|
|||
<article id="stage">
|
||||
|
||||
<?php if($this->headerImage): ?>
|
||||
<img id="header_image" src="<?php echo $this-headerImage ?>" alt="">
|
||||
<img id="header_image" src="<?php echo $this->headerImage ?>" alt="">
|
||||
<?php endif ?>
|
||||
|
||||
<h1><?php echo Navigation::getTitle(); ?></h1>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue