From f5e76dbc7caeda4bc4984f00753220fe3bfbb7b2 Mon Sep 17 00:00:00 2001
From: raylu
foreign_titles)):
- $str = 'Foreign titles:';
+ $str = 'Foreign titles:';
for ($i = 0; $i < count($anime->foreign_titles); $i++) {
if ($i > 0) $str .= ',';
$str .= ' ' . $anime->foreign_titles[$i];
@@ -22,7 +22,7 @@ $this->styles($this->html->style('view'));
= $str ?>
alternative_titles)):
- $str = 'Alternative titles:';
+ $str = 'Alternative titles:';
for ($i = 0; $i < count($anime->alternative_titles); $i++) {
if ($i > 0) $str .= ',';
$str .= ' ' . $anime->alternative_titles[$i];
@@ -31,35 +31,35 @@ $this->styles($this->html->style('view'));
?>
= $str ?>
-Type: = $anime->view_type ?>
-Episodes: = $anime->episode_count ?>
-Aired: = $anime->aired ?>
-Producers: 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: genres); $i++) {
if ($i > 0) $str .= ',';
$str .= ' ' . $anime->genres[$i] . '';
} ?>= $str ?>
-Duration: = $anime->episode_duration ?>
-Rating: = $anime->rated ?>
-Related: = $related ?>
+Duration: = $anime->episode_duration ?>
+Rating: = $anime->rated ?>
+Related: = $related ?>
- = $char->character ?> + = $anime->cast[$i]->character ?> | ||
= $actor->name ?> | @@ -83,7 +83,7 @@ Members: = $anime->mal_score ?>
-- cgit v1.2.3