Fix printing footer unless theme was changed

This commit is contained in:
Ilia Ross
2025-05-27 03:12:38 +03:00
parent 65fb187afe
commit fdad726013
+3 -3
View File
@@ -130,6 +130,6 @@ if ($access{'theme'} &&
print &js_redirect("/", "top");
print "$text{'change_done'}<p>\n";
}
&ui_print_footer("/", $text{'index'});
else {
&ui_print_footer("", $text{'index'});
}