osCommerce元标记包括来自数据库

时间:2013-02-19 12:27:05

标签: html meta-tags meta oscommerce

我的模板中没有默认元标记。所以我添加了这个元标记:

<meta name="keywords" content="<?php echo tep_output_string_protected($oscTemplate->getTitle()); ?>,AADVR Systems from ECCS" />

但我的问题出在元描述部分:

<meta name="keywords" content="***Here I want to add description from my Product description***" />

如何添加:<?php echo tep_output_string_protected($oscTemplate->getTitle()); ?>

1 个答案:

答案 0 :(得分:0)

在osCommerce中你有

meta http-equiv="Content-Type" content="text/html; charset=<?php echo CHARSET; ?>" 

includes/template_top.php

中的代码行

没有Meta标签描述的代码,但可供选择的贡献很少: