aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 76e3556..f85b25b 100644
--- a/index.php
+++ b/index.php
@@ -230,7 +230,7 @@ function echo_html(string $page_url, string $page_description, string $page_titl
$page_content
);
- $template->echo_template();
+ $template->echo_template('templates/template.html');
}
// EOF