php smarty 如何使用模板条件判断调用不同的文件
【index.tpl】<{if$k==1}><{$filename="header.tpl"}><{else}><{$filename="footer.tpl"}><{/...
【index.tpl】
<{if $k == 1}>
<{$filename = "header.tpl"}>
<{else}>
<{$filename = "footer.tpl"}>
<{/if>
<{include file=$filename}>
<{include file="footer.tpl"}>
这样会报错 展开
<{if $k == 1}>
<{$filename = "header.tpl"}>
<{else}>
<{$filename = "footer.tpl"}>
<{/if>
<{include file=$filename}>
<{include file="footer.tpl"}>
这样会报错 展开
展开全部
<{if $k == 1}>
<{include file=footer.tpl}>
<{else}>
<{include file=header.tpl}>
<{/if>
<{include file="footer.tpl"}>
<{include file=footer.tpl}>
<{else}>
<{include file=header.tpl}>
<{/if>
<{include file="footer.tpl"}>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
没必要给$filename赋值了。
<{if $k == 1}>
<{include file=header.tpl}>
<{else}>
<{include file=footer.tpl}>
<{/if>
<{include file="footer.tpl"}>
<{if $k == 1}>
<{include file=header.tpl}>
<{else}>
<{include file=footer.tpl}>
<{/if>
<{include file="footer.tpl"}>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询