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/pushbutton | |
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/pushbutton')
-rw-r--r-- | themes/pushbutton/page.tpl.php | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/themes/pushbutton/page.tpl.php b/themes/pushbutton/page.tpl.php index 6d06c0453..8cf1c3981 100644 --- a/themes/pushbutton/page.tpl.php +++ b/themes/pushbutton/page.tpl.php @@ -1,8 +1,9 @@ <?php // $Id$ -?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.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> <meta http-equiv="Content-Style-Type" content="text/css" /> <?php print $head ?> |