Skip to content

Instantly share code, notes, and snippets.

@fabriziomachado
Created August 5, 2011 12:34
Show Gist options
  • Save fabriziomachado/1127436 to your computer and use it in GitHub Desktop.
Save fabriziomachado/1127436 to your computer and use it in GitHub Desktop.
application/views/layouts/default.php
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="utf-8">
<title>{title_for_layout}</title>
{css_for_layout}
{js_for_layout}
<!--[if lt IE 8]><link rel="stylesheet" href="assets/css/blueprint/ie.css" type="text/css" media="screen, projection"><![endif]-->
</head>
<body>
<div class="container showgrid">{content_for_layout}</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment