diff options
author | raylu <raylu@mixpanel.com> | 2011-07-25 01:18:08 -0700 |
---|---|---|
committer | raylu <raylu@mixpanel.com> | 2011-07-25 01:18:08 -0700 |
commit | f3b9ded2327c22e196b6b0b2d0a6953263013dec (patch) | |
tree | 665dfba08cdb1db12e704128eabd3416932450bf /views/anime_list/view.html.php | |
parent | 56c76f14e3aa63448ec648529bba0f810b24151e (diff) | |
download | otakuhub-f3b9ded2327c22e196b6b0b2d0a6953263013dec.tar.xz |
fix up animelist add view
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; ?> |