1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-02 22:45:02 +03:00
ifhub.club/application/frontend/components/blog/blocks/block.blog-photo.tpl

18 lines
491 B
Smarty
Raw Normal View History

{**
* Аватара блога
*}
{component 'photo'
classes = 'js-blog-avatar'
useAvatar = false
hasPhoto = $blog->getAvatar()
editable = $blog->isAllowEdit()
targetId = $blog->getId()
url = $blog->getUrlFull()
photoPath = $blog->getAvatarPath(500)
photoAltText = $blog->getTitle()|escape
assign = blockContent}
{component 'block'
mods = 'nopadding transparent blog-actions'
content = $blockContent}