Code has been added to clipboard!
Default PHP Menu File
Example
<html>
<body>
<div class="menu">
<?php include 'menu.php'; ?>
</div>
<h1>Welcome!</h1>
<p>Text line.</p>
<p>Texty text line.</p>
</body>
</html>