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

Merge pull request #860 from Xmk/patch-1

fix block blogs
This commit is contained in:
Maxim Mzhelskiy 2017-03-15 09:50:17 +07:00 committed by GitHub
commit dcc4a7443f

View file

@ -14,7 +14,7 @@
{$items[] = [
'title' => $blog->getTitle()|escape,
'titleUrl' => $blog->getUrlFull(),
'mods' => $blog->getUrlFull(),
'mods' => 'blog',
'content' => $smarty.capture.item_content,
'image' => [
'path' => $blog->getAvatarPath(48),
@ -24,4 +24,4 @@
]}
{/foreach}
{component 'item' template='group' items=$items}
{component 'item' template='group' items=$items}