21 lines
486 B
PHP
21 lines
486 B
PHP
<body>
|
||
<nav>
|
||
<div id="hmenu">
|
||
<ul>
|
||
<?php echo($menuout); ?>
|
||
</ul>
|
||
</div>
|
||
</nav>
|
||
<div id="bmenu"></div>
|
||
<div class="scrwide">
|
||
<div class="scrwidein">
|
||
<section class="sectcontm">
|
||
<h3>Instances</h3>
|
||
<?php require('custard.php'); ?>
|
||
</section>
|
||
</div>
|
||
</div>
|
||
<div class="transrfh">
|
||
This translation from english language needs some revisions and additions, please click <a href="https://pad.cisti.org/p/MastostartTransRevEnFr" target="_blank">here</a> if you’d like to help
|
||
</div>
|
||
</body>
|