aboutsummaryrefslogtreecommitdiffstats
path: root/view/php/default.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-03-02 16:46:34 -0800
committerfriendica <info@friendica.com>2014-03-02 16:46:34 -0800
commit895c9411d9393776f2ae4846935e42c31fde41af (patch)
treeb77824215a9e6ca8377aba451adba062cc95201d /view/php/default.php
parente931af830701fdacc64e2cc014aa0057dc91e093 (diff)
downloadvolse-hubzilla-895c9411d9393776f2ae4846935e42c31fde41af.tar.gz
volse-hubzilla-895c9411d9393776f2ae4846935e42c31fde41af.tar.bz2
volse-hubzilla-895c9411d9393776f2ae4846935e42c31fde41af.zip
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
Diffstat (limited to 'view/php/default.php')
-rw-r--r--view/php/default.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/view/php/default.php b/view/php/default.php
index 3573bf829..fd29ef3db 100644
--- a/view/php/default.php
+++ b/view/php/default.php
@@ -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>