文章内容页图集标签内应该怎么写才生效
文章内容页,图集标签内{$key}应该怎么写才生效
<?php if ($imgurls) { foreach ($imgurls as $c) { ?>
<li rel='{$key}'><img src="{dr_get_file($c.file)}" alt="{$c.title}"/></li>
<?php } } ?>
文章内容页,图集标签内{$key}应该怎么写才生效
<?php if ($imgurls) { foreach ($imgurls as $c) { ?>
<li rel='{$key}'><img src="{dr_get_file($c.file)}" alt="{$c.title}"/></li>
<?php } } ?>