You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
816 B
Smarty

<!-- IF !notifications.length -->
<li class="no-notifs"><a>[[notifications:no_notifs]]</a></li>
<!-- ENDIF !notifications.length -->
<!-- BEGIN notifications -->
<li class="{notifications.readClass}" data-nid="{notifications.nid}">
<!-- IF notifications.image -->
<!-- IF notifications.from -->
<a href="{config.relative_path}/user/{notifications.user.userslug}"><img src="{notifications.image}" /></a>
<!-- ENDIF notifications.from -->
<!-- ELSE -->
<img src="{notifications.image}" />
<!-- ENDIF notifications.image -->
<div class="pull-right mark-read" aria-label="Mark Read"></div>
<a href="{notifications.path}">
<span class="pull-right relTime">{notifications.timeago}</span>
<span class="text">{notifications.bodyShort}</span>
</a>
<div class="clear"></div>
</li>
<!-- END notifications -->