move stream_file to its own function

This commit is contained in:
Shish
2020-02-01 21:20:32 +00:00
parent 1b4d06c8d2
commit a5c7faeff7
4 changed files with 41 additions and 33 deletions

View File

@@ -34,7 +34,7 @@ class CustomHomeTheme extends HomeTheme
</body>
</html>
EOD
);
);
}
public function build_body(string $sitename, string $main_links, string $main_text, string $contact_link, $num_comma, string $counter_text)