removed commented out code

v1.2.0
aymm 2021-03-27 20:40:19 +01:00
parent ac27c87c59
commit 67c02f458c
Signed by: phlaym
GPG Key ID: A06651BAB6777237
1 changed files with 0 additions and 1 deletions

View File

@ -34,7 +34,6 @@ function get_page_header(
}
$script_str = '';
foreach ($scripts as $script) {
//$script_str .= '<link rel="script" href="scripts/' . $script . '.js">';
$script_str .= '<script src="scripts/' . $script . '.js">';
}
return '<html><head><meta charset="utf-8"><title>'.$title.'</title><link rel="stylesheet" href="styles/style.css">'