Created
August 26, 2011 20:22
-
-
Save brettbuddin/1174343 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<virb load="title" /> | |
<virb load="meta" /> | |
<virb load="css" /> | |
<virb load="icon" /> | |
<!--[if lt IE 8]> | |
<script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE8.js"></script> | |
<![endif]--> | |
</head> | |
<body class="get[page.type] get[page.format] get[page.class]"> | |
<div id="container"></div> | |
<!-- HEADER --> | |
<div id="header"> | |
<div id="topbar"> | |
<div class="module" id="display_name"> | |
<h1><a href="/"><virb get="customize.logo" /></a></h1> | |
</div> | |
<div id="site_nav"><virb load="nav" /></div> | |
<div class="clear"></div> | |
</div> | |
</div> | |
<!-- END HEADER --> | |
<!-- PAGE --> | |
<div id="page_container"> | |
<div id="page"> | |
<virb load="template" /> | |
<div class="clear"></div> | |
<!-- SIDEBAR --> | |
<div id="sidebar"> | |
<virb load="sidebar" /> | |
</div> | |
<!-- END SIDEBAR --> | |
</div> | |
</div> | |
<!-- END PAGE --> | |
<!-- FOOTER --> | |
<div id="footer"> | |
© <virb date="Y" /> | |
</div> | |
<!-- END FOOTER --> | |
<script type="text/javascript" src="http://<virb get="VIRB.media_domain" />/_assets/_themes/stockholm/backstretch.1.1.2.js"></script> | |
<script type="text/javascript"> | |
virb.$(function() | |
{ | |
virb.$.backstretch('<virb get="customize.background_img" />'); | |
}); | |
</script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment