diff options
Diffstat (limited to 'templates/reason_reshared.php')
| -rw-r--r-- | templates/reason_reshared.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/reason_reshared.php b/templates/reason_reshared.php new file mode 100644 index 0000000..2c1e4c5 --- /dev/null +++ b/templates/reason_reshared.php @@ -0,0 +1,10 @@ +<div class="timelineReason"> + <span class="icon material-symbols-outlined">repeat</span> + <span> + <?php + $handle = $actor->getFullHandle(); + $name = htmlspecialchars($actor->displayName); + printf(__('note.resharedBy'), "<a href=\"/@/$handle\">$name</a>"); + ?> + </span> +</div>
\ No newline at end of file |
