From 53488151f29e3afbd1b1348597ff2123b97ad2d7 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Wed, 14 Jun 2023 15:05:14 -0500 Subject: extract template file string for better compatibility --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.php') 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 -- cgit v1.2.3-70-g09d2