diff options
Diffstat (limited to 'public/system/emotes')
| -rw-r--r-- | public/system/emotes/index.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/public/system/emotes/index.php b/public/system/emotes/index.php index 9732bdb..9e88d83 100644 --- a/public/system/emotes/index.php +++ b/public/system/emotes/index.php @@ -179,6 +179,15 @@ if (isset($_GET["id"])) { <th>Notes</th> <td><?php echo isset($emote["notes"]) == true ? $emote["notes"] : '<i>Empty</i>' ?></td> </tr> + <?php if ($emote["source"]): ?> + <tr> + <th>Source</th> + <td> + <a href="<?php echo $emote["source"] ?>" + target="_blank"><?php echo $emote["source"] ?></a> + </td> + </tr> + <?php endif; ?> </table> </section> <!-- Mod actions on emote --> |
