1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-07 17:04:24 +03:00
ifhub.club/application/frontend/skin/developer/actions/ActionTag/index.tpl
2014-12-05 18:49:29 +07:00

18 lines
384 B
Smarty

{**
* Поиск по тегам
*
* @param array $topics
* @param array $paging
* @param string $tag
*}
{extends 'layouts/layout.base.tpl'}
{block 'layout_page_title'}
{lang 'tags.search.title'}
{/block}
{block 'layout_content'}
{include 'components/tags/search-form.tags.tpl'}
{include 'components/topic/topic-list.tpl' topics=$topics paging=$paging}
{/block}