Skip to content

Instantly share code, notes, and snippets.

@ryross
Created August 5, 2010 05:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryross/509260 to your computer and use it in GitHub Desktop.
Save ryross/509260 to your computer and use it in GitHub Desktop.
views/main/main.php
<?php echo View::factory('template/header'); ?>
<div class="content main">
<h1>Main</h1>
</div>
<?php echo View::factory('template/footer'); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment