aboutsummaryrefslogtreecommitdiffstats
path: root/view/php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-03-02 12:31:25 +0100
committerMario Vavti <mario@mariovavti.com>2016-03-02 12:31:25 +0100
commitc97cc1487cbcac2c4fbc4d9e931a82df109af2e6 (patch)
tree8ec230a5becf307adebbafc95a6551f98b643f1b /view/php
parent7808689198601780041e022bf0698e559869f305 (diff)
downloadvolse-hubzilla-c97cc1487cbcac2c4fbc4d9e931a82df109af2e6.tar.gz
volse-hubzilla-c97cc1487cbcac2c4fbc4d9e931a82df109af2e6.tar.bz2
volse-hubzilla-c97cc1487cbcac2c4fbc4d9e931a82df109af2e6.zip
a simple cover-photo implementation for redbasic default template
Diffstat (limited to 'view/php')
-rw-r--r--view/php/default.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/view/php/default.php b/view/php/default.php
index 6a9cc5517..cf6b25d90 100644
--- a/view/php/default.php
+++ b/view/php/default.php
@@ -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>