1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-16 21:34:25 +03:00
ifhub.club/application/frontend/skin/developer/actions/ActionTag/index.tpl

12 lines
272 B
Smarty

{**
* Поиск по тегам
*}
{extends file='layouts/layout.base.tpl'}
{block name='layout_page_title'}{$aLang.block_tags_search}{/block}
{block name='layout_content'}
{include file='forms/form.search.tags.tpl'}
{include file='topics/topic_list.tpl'}
{/block}