diff options
Diffstat (limited to 'themes/bluemarine/page.tpl.php')
-rw-r--r-- | themes/bluemarine/page.tpl.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/themes/bluemarine/page.tpl.php b/themes/bluemarine/page.tpl.php index b279cd42a..1a1e73ff5 100644 --- a/themes/bluemarine/page.tpl.php +++ b/themes/bluemarine/page.tpl.php @@ -1,9 +1,9 @@ <?php // $Id$ -?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" lang="<?php print $language->language ?>" xml:lang="<?php print $language->language ?>" dir="<?php print $language->dir ?>"> - -<head> +?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php print $language->language ?>" lang="<?php print $language->language ?>" dir="<?php print $language->dir ?>" + <?php print $rdf_namespaces ?>> +<head profile="<?php print $grddl_profile ?>"> <title><?php print $head_title ?></title> <?php print $head ?> <?php print $styles ?> |