mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-02-24 05:14:18 +00:00
8 lines
203 B
PHP
8 lines
203 B
PHP
</body><?php
|
|
if ( isset($c->scripts) && is_array($c->scripts) ) {
|
|
foreach ( $c->scripts AS $script ) {
|
|
echo "<script language=\"JavaScript\" src=\"$script\"></script>\n";
|
|
}
|
|
}
|
|
?>
|
|
</html>
|