aboutsummaryrefslogtreecommitdiffstats
path: root/view/php
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-03-02 11:35:48 -0800
committerredmatrix <git@macgirvin.com>2016-03-02 11:35:48 -0800
commit157bbb14b51a733014e23d9e8bfc26b559ad2493 (patch)
treed2869d8891e1f4afb256d0c76568d7bd1ad57b0d /view/php
parent5c22f59c4f758e474f4ff553fc5ada36a14fd474 (diff)
parentaa62bad07b7505cecb4347c7c4425bbd7bbcfcc5 (diff)
downloadvolse-hubzilla-157bbb14b51a733014e23d9e8bfc26b559ad2493.tar.gz
volse-hubzilla-157bbb14b51a733014e23d9e8bfc26b559ad2493.tar.bz2
volse-hubzilla-157bbb14b51a733014e23d9e8bfc26b559ad2493.zip
Merge https://github.com/redmatrix/hubzilla into pending_merge
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>