Webgui programming
This commit is contained in:
@@ -9,6 +9,13 @@
|
||||
<link href="bootstrap/bootstrap-icons.min.css" rel="stylesheet">
|
||||
<script src="bootstrap/js/bootstrap.bundle.min.js"></script>
|
||||
<link rel="stylesheet" href="default.css">
|
||||
<?php
|
||||
if (isset($GLOBALS['local_script'])) {
|
||||
echo '<script type="text/javascript">', "\n";
|
||||
echo $GLOBALS['local_script'];
|
||||
echo "</script>\n";
|
||||
}
|
||||
?>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container-xxl">
|
||||
|
||||
Reference in New Issue
Block a user