a simple cover-photo implementation for redbasic default template

This commit is contained in:
Mario Vavti
2016-03-02 12:31:25 +01:00
parent 7808689198
commit c97cc1487c
6 changed files with 31 additions and 18 deletions

View File

@@ -6,6 +6,7 @@
<?php if(x($page,'htmlhead')) echo $page['htmlhead'] ?>
</head>
<body>
<?php if(x($page,'banner')) echo $page['banner']; ?>
<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>
<main>