diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/View/class-template.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/View/class-template.php b/src/View/class-template.php index f0bfdcd..9a3c598 100644 --- a/src/View/class-template.php +++ b/src/View/class-template.php @@ -38,9 +38,8 @@ class Template $this->current_year = date("Y"); } - public function echo_template() { + public function echo_template(string $template_file) { // Get the template file - $template_file = 'templates/template.html'; $page = file_get_contents($template_file); // Replace the template variables |