diff options
author | Mario <mario@mariovavti.com> | 2021-09-22 16:14:28 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-09-22 16:14:28 +0000 |
commit | 0707d334938a60c6ded0b0877aada773dd64e825 (patch) | |
tree | ba9905d2ef32ebb6819a88b123fe36eb860b0100 /view/php/default.php | |
parent | 89e4006b2d84d398e34d407a019854823b1dd37d (diff) | |
download | volse-hubzilla-0707d334938a60c6ded0b0877aada773dd64e825.tar.gz volse-hubzilla-0707d334938a60c6ded0b0877aada773dd64e825.tar.bz2 volse-hubzilla-0707d334938a60c6ded0b0877aada773dd64e825.zip |
bootstrap update fixes
Diffstat (limited to 'view/php/default.php')
-rw-r--r-- | view/php/default.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/php/default.php b/view/php/default.php index 6f0735a11..64d58a0c1 100644 --- a/view/php/default.php +++ b/view/php/default.php @@ -8,7 +8,7 @@ <body <?php if($page['direction']) echo 'dir="rtl"' ?> > <?php if(x($page,'banner')) echo $page['banner']; ?> <header><?php if(x($page,'header')) echo $page['header']; ?></header> - <nav class="navbar fixed-top navbar-expand-lg navbar-dark bg-dark"><?php if(x($page,'nav')) echo $page['nav']; ?></nav> + <?php if(x($page,'nav')) echo $page['nav']; ?></nav> <main> <div class="content"> <div class="columns"> |