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-07-28 23:55:18 +07:00

14 lines
305 B
Smarty

{**
* Поиск по тегам
*}
{extends 'layouts/layout.base.tpl'}
{block 'layout_page_title'}
{$aLang.block_tags_search}
{/block}
{block 'layout_content'}
{include 'forms/search_forms/search_form.tags.tpl'}
{include 'components/topic/topic-list.tpl' topics=$aTopics paging=$aPaging}
{/block}