mirror of https://github.com/avecms/AVE.cms.git
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
8 lines
232 B
2 years ago
|
{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}
|