gpt4 book ai didi

php - 使用 smarty php 打印链接

转载 作者:太空宇宙 更新时间:2023-11-04 13:35:56 25 4
gpt4 key购买 nike

此代码块正在打印指向 div 的链接,但第一个链接打印在正确的位置,其余的打印在 div 之外。有什么想法吗?

{if count($from)}
<div class="classifieds">
<div class="pop">
<ul>
{foreach from=$from item=item key=key name=tmp}
<li>
<div class="title"><a href="{$item.link}">{$item.title}</a></div>
</li>
{if $item.featured}</div>{/if}
{/foreach}
</ul>
</div>
</div>
{else}
<div class="centerText">{$language.nothing_found}</div>
{/if}

最佳答案

如果我能正确理解的话

{if count($from)}
<div class="classifieds">
<div class="pop">
<ul>
{foreach from=$from item=item key=key name=tmp}
<li>
<div class="title"><a href="{$item.link}">{$item.title}</a></div>
</li>
{if $item.featured}</div>{/if}//remove this line
{/foreach}
</ul>
</div>
</div>
{else}
<div class="centerText">{$language.nothing_found}</div>
{/if}

关于php - 使用 smarty php 打印链接,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23045803/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com