styles($this->html->style('view')); ?>
foreign_titles)):
$str = 'Foreign titles:';
for ($i = 0; $i < count($anime->foreign_titles); $i++) {
if ($i > 0) $str .= ',';
$str .= ' ' . $anime->foreign_titles[$i];
}
$str .= '
';
?>
= $str ?>
alternative_titles)):
$str = 'Alternative titles:';
for ($i = 0; $i < count($anime->alternative_titles); $i++) {
if ($i > 0) $str .= ',';
$str .= ' ' . $anime->alternative_titles[$i];
}
$str .= '
';
?>
= $str ?>
Type: = $anime->view_type ?>
Episodes: = $anime->episode_count ?>
Aired: = $anime->aired ?>
Producers: producers); $i++) {
if ($i > 0) $str .= ',';
$str .= ' ' . $anime->producers[$i] . '';
} ?>= $str ?>
Genres: genres); $i++) {
if ($i > 0) $str .= ',';
$str .= ' ' . $anime->genres[$i] . '';
} ?>= $str ?>
Duration: = $anime->episode_duration ?>
Rating: = $anime->rated ?>
Related: 0) $str .= ',';
$str .= ' ' . $keys[$i] . '';
} ?>= $str ?>
= $anime->cast[$i]->character ?> | ||
= $actor->name ?> | = $actor->language ?> |
= $anime->synopsis ?>