diff options
Diffstat (limited to 'view/php/default.php')
-rw-r--r-- | view/php/default.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/php/default.php b/view/php/default.php index 10e150906..f0699090a 100644 --- a/view/php/default.php +++ b/view/php/default.php @@ -11,7 +11,7 @@ */ ?> <!DOCTYPE html > -<html prefix="og: http://ogp.me/ns#"> +<html prefix="og: http://ogp.me/ns#" <?php if(x($page,'color_mode')) echo $page['color_mode'] ?>> <head> <title><?php if(x($page,'title')) echo $page['title'] ?></title> <script>var baseurl="<?php echo z_root() ?>";</script> |