Uhmmm I confused Sensei.
The following red text perhaps should not be there I say this as I dont have it in /html/store/includes/templates/template_default/common/: only in includes/templates/my_template/common/<html xmlns="http://www.w3.org/1999/xhtml" <?php echo HTML_PARAMS; ?>>
<head>
<title><?php echo META_TAG_TITLE; ?></title>
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo CHARSET; ?>" />
<meta name="keywords" content="<?php echo META_TAG_KEYWORDS; ?>" />
<?php if ($current_page!='index' || (int)$cPath>0 ) { ?><meta name="description" content="<?php echo META_TAG_DESCRIPTION; ?>" />
<?php } else { ?>
<meta name="description" content="<?php echo MY_IMPORTANT_HOME_PAGE_DESCRIPTION; ?>" />
<?php } ?>
<meta http-equiv="imagetoolbar" content="no" />
Is this the reason that the description is not echo'd..my meta_tags.php files appear to be correct when win merged identical in every way except for the descruption..of course. So as I am no expert is it safe to say that if I delete everything in red, my problem will be fixed? Many Thanks RR


Reply With Quote


