add choklet template with several defined flavours, two and three column fluid layouts with optional side margins and a region for a blog-style header photo

This commit is contained in:
friendica
2014-03-02 16:46:34 -08:00
parent e931af8307
commit 895c9411d9
10 changed files with 248 additions and 48 deletions

View File

@@ -6,7 +6,8 @@
<?php if(x($page,'htmlhead')) echo $page['htmlhead'] ?>
</head>
<body>
<?php if(x($page,'nav')) echo $page['nav']; ?>
<header><?php if(x($page,'header')) echo $page['header']; ?></header>
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation"><?php if(x($page,'nav')) echo $page['nav']; ?></nav>
<aside id="region_1"><?php if(x($page,'aside')) echo $page['aside']; ?></aside>
<section id="region_2"><?php if(x($page,'content')) echo $page['content']; ?>
<div id="page-footer"></div>