| = html::clean($message) ?> |
| = html::clean($custom_message) ?> |
 |
| = t("Title:") ?> |
= html::purify($item->title) ?> |
| = t("Url:") ?> |
= $item->abs_url() ?>
|
if ($item->description): ?>
| = t("Description:") ?> |
= nl2br(html::purify($item->description)) ?> |
endif ?>