aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2023-06-14 15:05:14 -0500
committerChristian Cleberg <hello@cleberg.net>2023-06-14 15:05:14 -0500
commit53488151f29e3afbd1b1348597ff2123b97ad2d7 (patch)
treedda93dfb04d711a5b588ea5b87720ce46c8a1c7b /index.php
parent83b1821aa99b94edb7c3d0e0670ceab78990a12c (diff)
downloadhn-53488151f29e3afbd1b1348597ff2123b97ad2d7.tar.gz
hn-53488151f29e3afbd1b1348597ff2123b97ad2d7.tar.bz2
hn-53488151f29e3afbd1b1348597ff2123b97ad2d7.zip
extract template file string for better compatibility
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