Skip to content

Commit

Permalink
Fix inclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
formorer committed Jan 6, 2012
1 parent 96ce5a1 commit 06c04da
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions bugs/known/index.html.tt2
Expand Up @@ -21,7 +21,8 @@
</head>

<body>
<?php include '../../static.inc'; ?>
[% INCLUDE static.inc %]


<div class="content">

Expand Down Expand Up @@ -56,4 +57,5 @@

</div>

<?php include '../../static_bottom.inc'; ?>
[% INCLUDE static_bottom.inc %]

0 comments on commit 06c04da

Please sign in to comment.