Fix inclusions
authorAlexander Wirt <formorer@grml.org>
Fri, 6 Jan 2012 11:54:13 +0000 (12:54 +0100)
committerAlexander Wirt <formorer@grml.org>
Fri, 6 Jan 2012 11:54:13 +0000 (12:54 +0100)
bugs/known/index.html.tt2

index 68052c5..9f347e0 100644 (file)
@@ -21,7 +21,8 @@
 </head>
 
 <body>
-<?php include '../../static.inc'; ?>
+[% INCLUDE static.inc %]
+
 
 <div class="content">
 
@@ -56,4 +57,5 @@
 
 </div>
 
-<?php include '../../static_bottom.inc'; ?>
+[% INCLUDE static_bottom.inc %]
+