aboutsummaryrefslogtreecommitdiffstats
path: root/view/php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-03-25 09:41:35 +0100
committerMario Vavti <mario@mariovavti.com>2017-03-25 09:41:35 +0100
commit4f4c9bf5d658c1283d1181cd7899194df7df943c (patch)
treecc9aa008dde1a2492938207ba78b203b9557dbe2 /view/php
parent28e0911f295f49af8f559434d119286ef7ca9d83 (diff)
downloadvolse-hubzilla-4f4c9bf5d658c1283d1181cd7899194df7df943c.tar.gz
volse-hubzilla-4f4c9bf5d658c1283d1181cd7899194df7df943c.tar.bz2
volse-hubzilla-4f4c9bf5d658c1283d1181cd7899194df7df943c.zip
fix full template nav
Diffstat (limited to 'view/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 9cf567a67..a528781c0 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 navbar-inverse navbar-fixed-top" role="navigation"><?php if(x($page,'nav')) echo $page['nav']; ?></nav>
+ <nav class="navbar fixed-top navbar-toggleable-sm navbar-inverse bg-inverse"><?php if(x($page,'nav')) echo $page['nav']; ?></nav>
<section><?php if(x($page,'content')) echo $page['content']; ?>
<div id="page-footer"></div>
</section>