Home?Blogs?My blog 出现这样子
好像不是编码问题 我试着在页面里写入中文 能正常显示 就只有当前位置这一块 出问题了
各位 有没有遇见过类似问题? 哪里出错啦?
编码的问题
########## AD ################ http://www.petkk.com
最近新开的drupal6.x的子站,主要以学习为主,欢迎大家来交流 http://code.petkk.com
遇到过这种问题,是因为你动了template.php文件,这个文件的编码出现了问题,解决方法是,去template.php文件里修改 /** * Return a themed breadcrumb trail. * * @param $breadcrumb * An array containing the breadcrumb links. * @return a string containing the breadcrumb output. */ function phptemplate_breadcrumb($breadcrumb) { if (!empty($breadcrumb)) { return ''. implode(' › ', $breadcrumb) .''; } }
把implode(' ? ', $breadcrumb)改成implode(' > ', $breadcrumb)就可以了 ==============a scratch of pen of jason================== www.5iphp.com 关于drupal学习、drupal经验、drupal教程的网站
估计是你的编辑工具默认不是UTF-8的,你改了之后就会乱,重新改一下应该就好了
嗯 确实是这样子............
My Site http://www.whithey.cn
编码的问题 ##########
编码的问题
########## AD ################
http://www.petkk.com
最近新开的drupal6.x的子站,主要以学习为主,欢迎大家来交流
http://code.petkk.com
遇到过这种问题,是
遇到过这种问题,是因为你动了template.php文件,这个文件的编码出现了问题,解决方法是,去template.php文件里修改
/**
* Return a themed breadcrumb trail.
*
* @param $breadcrumb
* An array containing the breadcrumb links.
* @return a string containing the breadcrumb output.
*/
function phptemplate_breadcrumb($breadcrumb) {
if (!empty($breadcrumb)) {
return ''. implode(' › ', $breadcrumb) .'';
}
}
把implode(' ? ', $breadcrumb)改成implode(' > ', $breadcrumb)就可以了
==============a scratch of pen of jason==================
www.5iphp.com 关于drupal学习、drupal经验、drupal教程的网站
估计是你的编辑工具
估计是你的编辑工具默认不是UTF-8的,你改了之后就会乱,重新改一下应该就好了
嗯
嗯 确实是这样子............
My Site
http://www.whithey.cn