From 5ed03c349a755520f85562f11a1b4b5732aeacf0 Mon Sep 17 00:00:00 2001 From: genuineparts Date: Sun, 22 Jun 2025 14:41:53 +0200 Subject: [PATCH] cleanup --- install/install.php | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/install/install.php b/install/install.php index fe2c64f..8ad8862 100755 --- a/install/install.php +++ b/install/install.php @@ -740,14 +740,15 @@ define(\'DEBUG\', FALSE); echo $data; } - function footer(){ - echo ' - Original Theme: v2.0.0 © HN MMVII + Original Theme: v2.0.0 © HN MMVII @@ -764,6 +765,4 @@ if(!$step || $step==''){ $step='start'; } $install->step($step); -$install->footer(); - -?> +echo $install->footer(); \ No newline at end of file