Fix include
authorAlexander Wirt <formorer@debian.org>
Fri, 6 Jan 2012 21:49:58 +0000 (22:49 +0100)
committerAlexander Wirt <formorer@debian.org>
Fri, 6 Jan 2012 21:49:58 +0000 (22:49 +0100)
download/mirrors/index.html.tt2

index 3934833..fa6f856 100644 (file)
@@ -22,7 +22,8 @@
 </head>
 
 <body>
-<?php include '../../static.inc'; ?>
+[% INCLUDE static.inc %]
+
 
 <div class="content">
 
 
 </div>
 
-<?php include '../../static_bottom.inc'; ?>
+[% INCLUDE static_bottom.inc %]