= $this->form->create($photo, array('type' => 'file')); ?>
= $this->form->label("This is you"); ?>
Upload a photo
= $this->form->field('file', array('type' => 'file')); ?>
= $this->form->end(); ?>
= $user->username ?>
profile views: = $user->profileViews ?>
Last Online: = (empty($user->lastLogin)) ? "Never" : date('m/d/y', $user->lastLogin->sec); ?>
$value): ?>
= $key ?> : = $value ?>
= $this->html->link('Click to edit profile', "/profile/edit/$user->username"); ?>
Recently Watched
10)) ? 10 : count($history);
for ($i = 0; $i < $count; $i++): ?>
= $this->html->link($history[$i]["series_title"], '/animelist/$user->username/opinion'); ?> |
= $history[$i]["my_finish_date"] ?> |