diff options
Diffstat (limited to 'view/php/default.php')
-rw-r--r-- | view/php/default.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/view/php/default.php b/view/php/default.php index 6a9cc5517..ad6b7a3d1 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> + <script>var baseurl="<?php echo z_root() ?>";</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> |