From ae36b3317b31a1d8f4bc235b53b70889e1cf3da3 Mon Sep 17 00:00:00 2001 From: Michael Francis Date: Sun, 5 Jun 2011 12:02:51 -0400 Subject: History (Continued) --- views/Profile/view.html.php | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'views') diff --git a/views/Profile/view.html.php b/views/Profile/view.html.php index c6c0ed1..341f4a9 100644 --- a/views/Profile/view.html.php +++ b/views/Profile/view.html.php @@ -16,4 +16,16 @@ Last Online: lastLogin)) ? "Never" : date('m/d/y', $user->last html->link('Click to edit profile', "/profile/edit/$user->username"); ?> - \ No newline at end of file + + +

Recently Watched

+
+ + 10)) ? 10 : count($history); +for ($i = 0; $i < $count; $i++): ?> + + + + + +
html->link($history[$i]["series_title"], '/animelist/$user->username/opinion'); ?>
\ No newline at end of file -- cgit v1.2.3