欢迎访问 舍力博客(www.shuyong.net)
<?php /*@support tpl_options*/ !defined('EMLOG_ROOT') && exit('access deined!'); $options = array( 'sy_key' => array( 'type' => 'text', 'name' => '分类页面关键词设置', 'values' => array('',), 'depend' => 'sort', 'unsorted' => false, 'description' => '左侧选择分类,在输入框中输入分类关键词。', ), );并上传到你的模版目录下。
<?php if(isset($sortName)){?> <meta name="keywords" content="<?php echo _g('sy_key.'.$sortid);?>" /> <?php }else{?> <meta name="keywords" content="<?php echo $site_key; ?>" /> <?php } ?>
留言/评论:◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。