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

fix block blogs

This commit is contained in:
Chiffa (Paul) 2017-03-14 23:36:59 +05:00 committed by GitHub
parent 96b1bc2a2f
commit 466b2ed67c

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}