aboutsummaryrefslogtreecommitdiffstats
path: root/view/php/default.php
diff options
context:
space:
mode:
Diffstat (limited to 'view/php/default.php')
-rw-r--r--view/php/default.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/view/php/default.php b/view/php/default.php
index 6a9cc5517..4a7c1ea19 100644
--- a/view/php/default.php
+++ b/view/php/default.php
@@ -1,11 +1,12 @@
<!DOCTYPE html >
-<html>
+<html prefix="og: http://ogp.me/ns#">
<head>
<title><?php if(x($page,'title')) echo $page['title'] ?></title>
<script>var baseurl="<?php echo $a->get_baseurl() ?>";</script>
<?php if(x($page,'htmlhead')) echo $page['htmlhead'] ?>
</head>
<body>
+ <?php if(x($page,'banner')) echo $page['banner']; ?>
<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>
<main>