diff options
author | Dries Buytaert <dries@buytaert.net> | 2008-11-22 13:55:27 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2008-11-22 13:55:27 +0000 |
commit | 151ed277865cf3a72bb16610b7855207e38e082c (patch) | |
tree | 4236495ad709c486b07e34a4ff26e7d7c1f3caa2 /themes/garland | |
parent | 33cf35a6e8a7cab73147af368f2ee4d16a41dbd0 (diff) | |
download | brdo-151ed277865cf3a72bb16610b7855207e38e082c.tar.gz brdo-151ed277865cf3a72bb16610b7855207e38e082c.tar.bz2 |
- Patch #332980 by scor: added an RDF namespace registry. Oh my ... :-)
Diffstat (limited to 'themes/garland')
-rw-r--r-- | themes/garland/page.tpl.php | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/themes/garland/page.tpl.php b/themes/garland/page.tpl.php index 4cef92d2b..f6afc5eb1 100644 --- a/themes/garland/page.tpl.php +++ b/themes/garland/page.tpl.php @@ -1,9 +1,10 @@ <?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" xml:lang="<?php print $language->language ?>" 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 ?> |