Skip to content

Commit

Permalink
[FIX] Fixed missing opening php tag and closing endif; tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Liuti authored and Sam S committed Mar 7, 2011
1 parent a820c62 commit 3b60b92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion header.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,9 @@

if (isset($headerImage)) : ?>
<figure id="header-figure"><?php echo $headerImage; ?></figure>
<?php endif;
// action hook for placing content below the theme header
thematic_belowheader();
?>

<section id="content" class="content clearfix">
<section id="content" class="content clearfix">

0 comments on commit 3b60b92

Please sign in to comment.