diff options
Diffstat (limited to 'view/php/redable.php')
-rw-r--r-- | view/php/redable.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/php/redable.php b/view/php/redable.php index dfa99ccb3..a5110e0dc 100644 --- a/view/php/redable.php +++ b/view/php/redable.php @@ -1,8 +1,8 @@ <!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> |