dans l'archive de pragmamx/ html/includes.
A quel ligne que je les ajoute car présentement ya pas un seul mot meta, et je crois qu'il y a plusieurs ligne a modiffier.
<?php
/**
* pragmaMx Content Management System
* Copyright (c) 2005 pragmaMx Dev Team -
http://pragmaMx.org *
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* $Source: /home/www/dps3311/home/cvsroot/pragmamx/html/includes/meta.php,v $
* $Revision: 1.5.4.2 $
* $Author: tora60 $
* $Date: 2006/12/04 18:13:12 $
*/
if (!defined("mxMainFileLoaded")) die ("You can't access this file directly...");
// /// Meta Tags generieren ////////////////////////
?>
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo _CHARSET ?>">
<meta http-equiv="content-language" content="<?php echo _DOC_LANGUAGE ?>">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta http-equiv="expires" content="0">
<meta name="revisit-after" content="10 DAYS">
<meta name="robots" content="INDEX, FOLLOW">
<meta name="resource-type" content="DOCUMENT">
<meta name="distribution" content="GLOBAL">
<meta name="rating" content="general">
<meta name="author" content="<?php echo htmlentities(strip_tags($GLOBALS['sitename'])) ?>">
<meta name="keywords" content="<?php echo htmlentities($GLOBALS['metakeywords']) ?>, <?php echo MX_VERSION ?>">
<meta name="generator" content="<?php echo MX_VERSION ?> - by
http://pragmaMx.org">
<meta name="copyright" content="Copyright (c) <?php echo Date("Y") ?> by <?php echo htmlentities(strip_tags($GLOBALS['sitename'])) ?>">
<meta name="description" content="<?php echo htmlentities(strip_tags($GLOBALS['slogan'])) ?>">
<?php
if (!empty($GLOBALS['mxGoogleMetaVeri'])) {
?>
<meta name="verify-v1" content="<?php echo htmlentities($GLOBALS['mxGoogleMetaVeri']) ?>">
<?php }
?>