[Fusionforge-commits] r20285 - in trunk/src/plugins/wiki/www/themes: Sidebar/templates default/templates

Marc-Etienne VARGENAU vargenau at fusionforge.org
Tue Jun 3 18:53:57 CEST 2014


Author: vargenau
Date: 2014-06-03 18:53:57 +0200 (Tue, 03 Jun 2014)
New Revision: 20285

Modified:
   trunk/src/plugins/wiki/www/themes/Sidebar/templates/htmldump.tmpl
   trunk/src/plugins/wiki/www/themes/default/templates/dialog.tmpl
   trunk/src/plugins/wiki/www/themes/default/templates/htmldump.tmpl
   trunk/src/plugins/wiki/www/themes/default/templates/redirect.tmpl
Log:
Remove meta name="language", meta name="document-type", meta name="document-rating", meta name="PHPWIKI_VERSION"

Modified: trunk/src/plugins/wiki/www/themes/Sidebar/templates/htmldump.tmpl
===================================================================
--- trunk/src/plugins/wiki/www/themes/Sidebar/templates/htmldump.tmpl	2014-06-03 16:52:30 UTC (rev 20284)
+++ trunk/src/plugins/wiki/www/themes/Sidebar/templates/htmldump.tmpl	2014-06-03 16:53:57 UTC (rev 20285)
@@ -20,11 +20,7 @@
 <?php if (!empty($PAGE_KEYWORDS)) { ?>
 <meta name="keywords" content="<?php echo $PAGE_KEYWORDS?>" />
 <?php } ?>
-<meta name="language" content="<?php echo $GLOBALS['LANG']?>" />
-<meta name="document-type" content="Public" />
-<meta name="document-rating" content="General" />
 <meta name="generator" content="PhpWiki" />
-<meta name="PHPWIKI_VERSION" content="<?php echo PHPWIKI_VERSION?>" />
 
 <?php if (!empty($relative_base)) { ?>
 <base href="<?php echo $relative_base?>" />

Modified: trunk/src/plugins/wiki/www/themes/default/templates/dialog.tmpl
===================================================================
--- trunk/src/plugins/wiki/www/themes/default/templates/dialog.tmpl	2014-06-03 16:52:30 UTC (rev 20284)
+++ trunk/src/plugins/wiki/www/themes/default/templates/dialog.tmpl	2014-06-03 16:53:57 UTC (rev 20285)
@@ -8,7 +8,6 @@
 <meta charset="UTF-8" />
 <meta name="robots" content="noindex, nofollow" />
 <meta name="generator" content="phpWiki" />
-<meta name="PHPWIKI_VERSION" content="<?php echo PHPWIKI_VERSION?>" />
 <base href="<?php echo PHPWIKI_BASE_URL?>" />
 <?php echo $WikiTheme->getCSS() ?>
 <title><?php echo WIKI_NAME . ' - ' . _("Dialog")?></title>

Modified: trunk/src/plugins/wiki/www/themes/default/templates/htmldump.tmpl
===================================================================
--- trunk/src/plugins/wiki/www/themes/default/templates/htmldump.tmpl	2014-06-03 16:52:30 UTC (rev 20284)
+++ trunk/src/plugins/wiki/www/themes/default/templates/htmldump.tmpl	2014-06-03 16:53:57 UTC (rev 20285)
@@ -20,11 +20,7 @@
 <?php if (!empty($PAGE_KEYWORDS)) { ?>
 <meta name="keywords" content="<?php echo $PAGE_KEYWORDS?>" />
 <?php } ?>
-<meta name="language" content="<?php echo $GLOBALS['LANG']?>" />
-<meta name="document-type" content="Public" />
-<meta name="document-rating" content="General" />
 <meta name="generator" content="PhpWiki" />
-<meta name="PHPWIKI_VERSION" content="<?php echo PHPWIKI_VERSION?>" />
 
 <?php if (!empty($relative_base)) { ?>
 <base href="<?php echo $relative_base?>" />

Modified: trunk/src/plugins/wiki/www/themes/default/templates/redirect.tmpl
===================================================================
--- trunk/src/plugins/wiki/www/themes/default/templates/redirect.tmpl	2014-06-03 16:52:30 UTC (rev 20284)
+++ trunk/src/plugins/wiki/www/themes/default/templates/redirect.tmpl	2014-06-03 16:53:57 UTC (rev 20285)
@@ -9,7 +9,6 @@
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
 <meta name="robots" content="noindex, nofollow" />
 <meta name="generator" content="PhpWiki" />
-<meta name="PHPWIKI_VERSION" content="<?php echo PHPWIKI_VERSION?>" />
 <base href="<?php echo PHPWIKI_BASE_URL?>" />
 <?php echo $WikiTheme->getCSS() ?>
 <title><?php echo WIKI_NAME . ' - ' . _("Redirect")?></title>




More information about the Fusionforge-commits mailing list