diff options
Diffstat (limited to 'app/view/templates/editrightbar.php')
-rw-r--r-- | app/view/templates/editrightbar.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app/view/templates/editrightbar.php b/app/view/templates/editrightbar.php index 80a0b02..8ee402d 100644 --- a/app/view/templates/editrightbar.php +++ b/app/view/templates/editrightbar.php @@ -63,6 +63,16 @@ </ul> </details> + + <h3>Authors</h3> + <ul> + <?php + foreach ($art->authors() as $author) { + echo '<li>⬖ ' . $author .'</li>'; + } + + ?> + </ul> </div> |