1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-01 05:55:02 +03:00
ifhub.club/application/frontend/skin/synio/actions/ActionAdmin/plugins.tpl
2016-08-30 11:33:43 +07:00

15 lines
293 B
Smarty

{**
* Плагины
*
* @param array $plugins Список плагинов
*}
{extends 'layouts/layout.admin.tpl'}
{block 'layout_admin_page_title'}
{lang 'admin.items.plugins'}
{/block}
{block 'layout_content'}
{component 'admin' template='plugins' plugins=$plugins}
{/block}