AVE.CMS v3.28
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

8 lines
232 B

{foreach from=$edit item=group key=title}
<strong>{$title}</strong>
<ul>
{foreach from=$group item=item key=id}
<li>ID: {$id} - <a href="{$item}" target="_blank">Редактировать</a></li>
{/foreach}
</ul>
{/foreach}