Skip to content

Instantly share code, notes, and snippets.

@adamsilver
Created October 28, 2010 13:04
Show Gist options
  • Save adamsilver/651286 to your computer and use it in GitHub Desktop.
Save adamsilver/651286 to your computer and use it in GitHub Desktop.
<html>
<head>...</head>
<body>
<div id="structureElementOne">
<!-- more HTML, perhaps a header as well-->
<?php include("myModule.php"); ?>
<!-- more HTML, perhaps a footer as well-->
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment