1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-06-26 03:30:48 +03:00

Merge pull request #913 from 1F6B6/master

Удаление надписи в блогах "В данной категории нет блогов"
This commit is contained in:
Maxim Mzhelskiy 2018-04-05 13:15:18 +07:00 committed by GitHub
commit 5e68d84374
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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>