diff options
Diffstat (limited to 'views/anime_list/view.html.php')
-rw-r--r-- | views/anime_list/view.html.php | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/views/anime_list/view.html.php b/views/anime_list/view.html.php index 4c552d8..6241fec 100644 --- a/views/anime_list/view.html.php +++ b/views/anime_list/view.html.php @@ -1,6 +1,9 @@ -<h2 class="ribbon full"><a style="color: #FFFFFF" href="/profile/view/<?= $user->username ?>"><?= $user->username ?>'s</a> AnimeList</h2> +<h2 class="ribbon full"> + <a href="/profile/view/<?= $user->username ?>"><?= $user->username ?>'s</a> Anime List +</h2> <div class="triangle-ribbon"></div> <br class="cl" /> + <table class="table"><tr> <td><?= $this->html->link("Completed", "#finished", array('class' => 'anchorLink')); ?> </td> <td><?= $this->html->link("Watching", "#watching", array('class' => 'anchorLink')); ?> </td> @@ -81,4 +84,4 @@ echo "</table>"; <br class="cl" /> <?php tableHelper($dropped, $this); ?> -<?php endif; ?>
\ No newline at end of file +<?php endif; ?> |