fixed syntax error

This commit is contained in:
jeena 2013-07-08 23:44:07 +02:00
parent 85049635de
commit 1fe7cf3a6e

View file

@ -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>