不同栏目页(首页)显示栏目logo图片的方法
2009-10-17 05:23:00 来源:WEB开发网核心提示:要每个栏目页显示设置的栏目图片,设置方法为:打开header.html文件,找到:<a href="{SITE_URL}"><img src=http://www.dabaoku.com/jiaocheng/cms/phpcms/"images/logo.gif"
要每个栏目页显示设置的栏目图片,设置方法为:
打开header.html文件,找到:
<a href="{SITE_URL}"><img src=http://www.dabaoku.com/jiaocheng/cms/phpcms/"images/logo.gif" alt="{$PHPCMS[sitename]}" /></a>
替换为:
{if $image}
<a href="{$url}"><img src="{$image}" alt="{$catname}" /></a>
{else} <a href="{SITE_URL}"><img src=http://www.dabaoku.com/jiaocheng/cms/phpcms/"images/logo.gif" alt="{$PHPCMS[sitename]}" /></a>
{/if}
没有设置栏目图片的,显示网站总的logo。大家试试,如有问题,请提出来大家研究!
[]
更多精彩
赞助商链接