Tout est dans le Readme.txt:
Créer de nouvelles tables:
products_head_title_tag varchar 50
products_head_desc_tag longtext 300
products_head_keywords_tag longtext 300
Uploader les fichiers:
includes/header_tags.php
includes/languages/$langue/header_tags.php
includes/functions/clean_html_comments.php
includes/functions/header_tags.php
Ajouter dans includes/application_top.php:
// BOF: WebMakers.com Added: Header Tags Controller v1.0
require(DIR_WS_FUNCTIONS . 'header_tags.php');
// Clean out HTML comments from ALT tags etc.
require(DIR_WS_FUNCTIONS . 'clean_html_comments.php');
// Also used by: WebMakers.com Added: FREE-CALL FOR PRICE
// EOF: WebMakers.com Added: Header Tags Controller v1.0
Editer tout les fichiers du dossier /catalog/ (ou à la racine du "shop") et remplacer:
<title><?php echo TITLE; ?></title>
par
<?php
// BOF: WebMakers.com Changed: Header Tag Controller v1.0
// Replaced by header_tags.php
if ( file_exists(DIR_WS_INCLUDES . 'header_tags.php') ) {
require(DIR_WS_INCLUDES . 'header_tags.php');
} else {
?>
<title><?php echo TITLE ?></title>
<?php
}
// EOF: WebMakers.com Changed: Header Tag Controller v1.0
?>
USAGE DE HEADER TAGS GENERATOR:
Se baser sur les exemples fournis,
includes/header_tags.php
includes/languages/$langue/header_tags.php
Conseils:
-1- Prendre son temps pour bien comprendre
-2- Patienter
-3- Insister
-4- Ne pas paniquer
-5- La nuit porte conseil