diff options
author | redmatrix <git@macgirvin.com> | 2016-03-02 11:35:48 -0800 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-03-02 11:35:48 -0800 |
commit | 157bbb14b51a733014e23d9e8bfc26b559ad2493 (patch) | |
tree | d2869d8891e1f4afb256d0c76568d7bd1ad57b0d /view/php/default.php | |
parent | 5c22f59c4f758e474f4ff553fc5ada36a14fd474 (diff) | |
parent | aa62bad07b7505cecb4347c7c4425bbd7bbcfcc5 (diff) | |
download | volse-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/default.php')
-rw-r--r-- | view/php/default.php | 1 |
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> |