1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-04-26 22:19:22 +03:00
This commit is contained in:
Alexander Yakovlev 2018-05-15 17:40:51 +07:00
commit 077ddde64d
2 changed files with 10 additions and 10 deletions

View file

@ -3,10 +3,12 @@
*}
{capture 'block_content'}
<h3>{lang 'blog.blocks.search.categories.title'}</h3>
{* Категории *}
{if $aBlogCategories}
<h3>{lang 'blog.blocks.search.categories.title'}</h3>
{$items = [[
'name' => 'all',
'text' => {lang 'blog.blocks.search.categories.all'},
@ -33,11 +35,9 @@
activeItem = 'all'
mods = 'stacked pills'
items = $items}
{else}
{component 'blankslate' text=$aLang.blog.categories.empty}
{/if}
<br>
<br>
{/if}
{* Тип блога *}
<h3>{lang 'blog.blocks.search.type.title'}</h3>

View file

@ -3,10 +3,12 @@
*}
{capture 'block_content'}
<h3>{lang 'blog.blocks.search.categories.title'}</h3>
{* Категории *}
{if $aBlogCategories}
<h3>{lang 'blog.blocks.search.categories.title'}</h3>
{$items = [[
'name' => 'all',
'text' => {lang 'blog.blocks.search.categories.all'},
@ -33,11 +35,9 @@
activeItem = 'all'
mods = 'stacked pills'
items = $items}
{else}
{component 'blankslate' text=$aLang.blog.categories.empty}
{/if}
<br>
<br>
{/if}
{* Тип блога *}
<h3>{lang 'blog.blocks.search.type.title'}</h3>