aboutsummaryrefslogtreecommitdiffstats
path: root/view/php/full.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-07-02 11:24:17 +0200
committerMario Vavti <mario@mariovavti.com>2017-07-02 11:24:17 +0200
commit133292e241f9408ff793aa95aceec00c808fbd68 (patch)
tree0bddfc473649a96048465f78e9033c2f43669110 /view/php/full.php
parent0e100a864bdb920a5268a44fc4f3c92834e172c8 (diff)
downloadvolse-hubzilla-133292e241f9408ff793aa95aceec00c808fbd68.tar.gz
volse-hubzilla-133292e241f9408ff793aa95aceec00c808fbd68.tar.bz2
volse-hubzilla-133292e241f9408ff793aa95aceec00c808fbd68.zip
update bs-dev and min version bump
Diffstat (limited to 'view/php/full.php')
-rw-r--r--view/php/full.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/php/full.php b/view/php/full.php
index 64e32c5bd..094874766 100644
--- a/view/php/full.php
+++ b/view/php/full.php
@@ -7,7 +7,7 @@
</head>
<body>
<header><?php if(x($page,'header')) echo $page['header']; ?></header>
- <nav class="navbar fixed-top navbar-expand-md navbar-inverse bg-inverse"><?php if(x($page,'nav')) echo $page['nav']; ?></nav>
+ <nav class="navbar fixed-top navbar-expand-md navbar-dark bg-dark"><?php if(x($page,'nav')) echo $page['nav']; ?></nav>
<section><?php if(x($page,'content')) echo $page['content']; ?>
<div id="page-footer"></div>
</section>