{** * Copyright (c) 2012, Sergey Kambalin * All rights reserved. * ATTENTION: This commercial software is intended for use with Oxwall Free Community Software http://www.oxwall.org/ * and is licensed under Oxwall Store Commercial License. * Full text of this license can be found at http://www.oxwall.org/store/oscl *} {** * * @author Sergey Kambalin * @package hint.view **} {style} #{$uniqId} .uhint-avatar-image { background-image: url({$event.avatar}); } {/style}
{if !empty($cover)} {/if}
{$event.title} {if !empty($info.line0)}
{$info.line0}
{/if}
{if $options.type == "image"}
{else}
{$event.date.month}
{$event.date.day}
{/if}
{$info.line1}
{$info.line2}
{if !empty($buttons)}
    {foreach from=$buttons item="button"} {if !empty($button.html)} {$button.html} {else}
  • {$button.label}
  • {/if} {/foreach}
{/if}