aboutsummaryrefslogtreecommitdiffstats
path: root/view/php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-06-25 14:29:07 +0200
committerMario Vavti <mario@mariovavti.com>2018-06-25 14:29:07 +0200
commit259417815820d85deadaf90f6c0ed003880f373f (patch)
tree26448b64c79841e99b16df92b1610d0ed014128c /view/php
parent28043726e64f750e646b42aa6f649e277fc3767e (diff)
downloadvolse-hubzilla-259417815820d85deadaf90f6c0ed003880f373f.tar.gz
volse-hubzilla-259417815820d85deadaf90f6c0ed003880f373f.tar.bz2
volse-hubzilla-259417815820d85deadaf90f6c0ed003880f373f.zip
updates justified gallery lib to version 3.7 and minor fixes for full template
Diffstat (limited to 'view/php')
-rw-r--r--view/php/full.php9
1 files changed, 5 insertions, 4 deletions
diff --git a/view/php/full.php b/view/php/full.php
index 094874766..1a9cd9a84 100644
--- a/view/php/full.php
+++ b/view/php/full.php
@@ -1,14 +1,15 @@
-<!DOCTYPE html>
+<!DOCTYPE html >
<html prefix="og: http://ogp.me/ns#">
<head>
<title><?php if(x($page,'title')) echo $page['title'] ?></title>
<script>var baseurl="<?php echo z_root() ?>";</script>
<?php if(x($page,'htmlhead')) echo $page['htmlhead'] ?>
</head>
-<body>
+<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-md navbar-dark bg-dark"><?php if(x($page,'nav')) echo $page['nav']; ?></nav>
- <section><?php if(x($page,'content')) echo $page['content']; ?>
+ <nav class="navbar fixed-top navbar-expand-lg navbar-dark bg-dark"><?php if(x($page,'nav')) echo $page['nav']; ?></nav>
+ <section id="region_2"><?php if(x($page,'content')) echo $page['content']; ?>
<div id="page-footer"></div>
</section>
</body>