Skip to content

Instantly share code, notes, and snippets.

@ynh
Created May 1, 2012 15:17
Show Gist options
  • Save ynh/2568731 to your computer and use it in GitHub Desktop.
Save ynh/2568731 to your computer and use it in GitHub Desktop.
<div class="container center">
<div class="header">
<h1><?php echo $site_name; ?></h1></div>
<div class="menu">
<?php echo $menu ?>
</div>
<div class="content" style="">
<?php echo $content; ?>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment