diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-03-28 13:29:59 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-03-28 13:29:59 +0200 |
commit | f05181322cf08539fb147bbd5f6edfb93c254b7e (patch) | |
tree | 5c7729e0b76303480ea304f58fd2e065d9252126 /view/php | |
parent | 33d23a4a61cef8d0584b7684166833f5a97b59f6 (diff) | |
download | volse-hubzilla-f05181322cf08539fb147bbd5f6edfb93c254b7e.tar.gz volse-hubzilla-f05181322cf08539fb147bbd5f6edfb93c254b7e.tar.bz2 volse-hubzilla-f05181322cf08539fb147bbd5f6edfb93c254b7e.zip |
update to latest bs-dev
Diffstat (limited to 'view/php')
-rw-r--r-- | view/php/default.php | 2 | ||||
-rw-r--r-- | view/php/full.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/view/php/default.php b/view/php/default.php index 950dfbc99..1df82daa5 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-toggleable-sm navbar-inverse bg-inverse"><?php if(x($page,'nav')) echo $page['nav']; ?></nav> + <nav class="navbar fixed-top navbar-expand-sm navbar-inverse bg-inverse"><?php if(x($page,'nav')) echo $page['nav']; ?></nav> <main> <aside id="region_1"><div id="left_aside_spacer"><div id="left_aside_wrapper"><?php if(x($page,'aside')) echo $page['aside']; ?></div></div></aside> <section id="region_2"><?php if(x($page,'content')) echo $page['content']; ?> diff --git a/view/php/full.php b/view/php/full.php index a528781c0..522dafb28 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-toggleable-sm navbar-inverse bg-inverse"><?php if(x($page,'nav')) echo $page['nav']; ?></nav> + <nav class="navbar fixed-top navbar-expand-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> |