Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

uncomment the head_title, head_desc, and head_keywords to use


buynotebookscheap

Recommended Posts

So that categorie description, keywords and head title shows in easypopulate download?

 

// uncomment the head_title, head_desc, and head_keywords to use

// Linda's Header Tag Controller 2.0

//echo $langcode['id'] . $langcode['code'];

$filelayout = array_merge($filelayout , array(

'v_products_name_' . $l_id => $iii++,

'v_products_description_' . $l_id => $iii++,

'v_products_url_' . $l_id => $iii++,

// 'v_products_head_title_tag_'.$l_id => $iii++,

// 'v_products_head_desc_tag_'.$l_id => $iii++,

// 'v_products_head_keywords_tag_'.$l_id => $iii++,

));

}

Buy Notebooks Cheap

Link to comment
Share on other sites

So that categorie description, keywords and head title shows in easypopulate download?

 

// uncomment the head_title, head_desc, and head_keywords to use

// Linda's Header Tag Controller 2.0

//echo $langcode['id'] . $langcode['code'];

$filelayout = array_merge($filelayout , array(

'v_products_name_' . $l_id => $iii++,

'v_products_description_' . $l_id => $iii++,

'v_products_url_' . $l_id => $iii++,

//'v_products_head_title_tag_'.$l_id => $iii++,

//'v_products_head_desc_tag_'.$l_id => $iii++,

//'v_products_head_keywords_tag_'.$l_id => $iii++,

));

}

Uncommenting is removing the // in front of the line in question:

// uncomment the head_title, head_desc, and head_keywords to use
// Linda's Header Tag Controller 2.0
//echo $langcode['id'] . $langcode['code'];
$filelayout  = array_merge($filelayout , array(
'v_products_name_' . $l_id		=> $iii++,
'v_products_description_' . $l_id	=> $iii++,
'v_products_url_' . $l_id	=> $iii++,
'v_products_head_title_tag_'.$l_id	=> $iii++,
'v_products_head_desc_tag_'.$l_id	=> $iii++,
'v_products_head_keywords_tag_'.$l_id	=> $iii++,
));
}

jon

It's all just ones and zeros....

Link to comment
Share on other sites

Uncommenting is removing the // in front of the line in question:

// uncomment the head_title, head_desc, and head_keywords to use
// Linda's Header Tag Controller 2.0
//echo $langcode['id'] . $langcode['code'];
$filelayout  = array_merge($filelayout , array(
'v_products_name_' . $l_id		=> $iii++,
'v_products_description_' . $l_id	=> $iii++,
'v_products_url_' . $l_id	=> $iii++,
'v_products_head_title_tag_'.$l_id	=> $iii++,
'v_products_head_desc_tag_'.$l_id	=> $iii++,
'v_products_head_keywords_tag_'.$l_id	=> $iii++,
));
}

jon

Thanks, that worked.

Buy Notebooks Cheap

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...