Skip to content

Instantly share code, notes, and snippets.

@vvikramjhu
Last active September 1, 2016 15:01
Show Gist options
  • Save vvikramjhu/ae61b561097f709733e856e179b5bc6e to your computer and use it in GitHub Desktop.
Save vvikramjhu/ae61b561097f709733e856e179b5bc6e to your computer and use it in GitHub Desktop.
<?php require_once '_header.php'; ?>
</head>
<body>
<div id="wrapper">
<div id="content">
<?php echo $sf_content ?>
</div> <!-- content -->
</div> <!-- wrapper -->
<?php require_once '_footer.php'; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment