summaryrefslogtreecommitdiff
path: root/interface.php
diff options
context:
space:
mode:
authorPatrick Simianer <p@simianer.de>2015-11-06 16:10:02 +0100
committerPatrick Simianer <p@simianer.de>2015-11-06 16:10:02 +0100
commit886337bdf83c33edf2361ffa45239aa5195ca367 (patch)
tree8c864e8231c78dd9488543af02cca2be25a1935e /interface.php
parent5184db137d585746e3c8ab933a6ed460fd312458 (diff)
cleanup
Diffstat (limited to 'interface.php')
-rw-r--r--interface.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/interface.php b/interface.php
index 5a27ae1..ab38f72 100644
--- a/interface.php
+++ b/interface.php
@@ -15,7 +15,7 @@
<body>
-<?php include("header.php"); ?>
+<?php include("header.inc.php"); ?>
<!-- Derivation editor -->
<div id="derivation_editor">
@@ -102,7 +102,7 @@ foreach($db->raw_source_segments as $s) {
<p class="small" style="text-align:right"><a href="#">^</a></p>
-<?php include("footer.php"); ?>
+<?php include("footer.inc.php"); ?>
</body>
</html>