diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-03-02 12:31:25 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-03-02 12:31:25 +0100 |
commit | c97cc1487cbcac2c4fbc4d9e931a82df109af2e6 (patch) | |
tree | 8ec230a5becf307adebbafc95a6551f98b643f1b /view/php/default.php | |
parent | 7808689198601780041e022bf0698e559869f305 (diff) | |
download | volse-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/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> |