|
@@ -56,18 +56,10 @@ for ($i = 0; $i < count($keys); $i++) {
|
|
|
$str .= ' <a href="/anime/view/' . $related[$keys[$i]] . '">' . $keys[$i] . '</a>';
|
|
$str .= ' <a href="/anime/view/' . $related[$keys[$i]] . '">' . $keys[$i] . '</a>';
|
|
|
} ?><?= $str ?>
|
|
} ?><?= $str ?>
|
|
|
</p>
|
|
</p>
|
|
|
-</section>
|
|
|
|
|
|
|
|
|
|
-<aside id="malstats">
|
|
|
|
|
-<h2>MAL Stats</h2>
|
|
|
|
|
<p>
|
|
<p>
|
|
|
-<b>Score:</b> <?= $anime->mal_score ?><br>
|
|
|
|
|
-<b>Votes:</b> <?= $anime->mal_score_voted ?><br>
|
|
|
|
|
-<b>Ranked:</b> <?= $anime->mal_rank ?><br>
|
|
|
|
|
-<b>Popularity:</b> <?= $anime->mal_popularity ?><br>
|
|
|
|
|
-<b>Members:</b> <?= $anime->mal_score ?>
|
|
|
|
|
|
|
+<a href="/animelist/add/<?= $anime->special_id ?>" id="add">Add</a>
|
|
|
</p>
|
|
</p>
|
|
|
-</aside>
|
|
|
|
|
|
|
|
|
|
<?php if (count($anime->cast) > 1): // why is this 1? ?>
|
|
<?php if (count($anime->cast) > 1): // why is this 1? ?>
|
|
|
<section id="cast">
|
|
<section id="cast">
|
|
@@ -99,6 +91,19 @@ for ($i = 0; $i < count($keys); $i++) {
|
|
|
</section>
|
|
</section>
|
|
|
<?php endif; ?>
|
|
<?php endif; ?>
|
|
|
|
|
|
|
|
|
|
+</section>
|
|
|
|
|
+
|
|
|
|
|
+<aside id="malstats">
|
|
|
|
|
+<h2>MAL Stats</h2>
|
|
|
|
|
+<p>
|
|
|
|
|
+<b>Score:</b> <?= $anime->mal_score ?><br>
|
|
|
|
|
+<b>Votes:</b> <?= $anime->mal_score_voted ?><br>
|
|
|
|
|
+<b>Ranked:</b> <?= $anime->mal_rank ?><br>
|
|
|
|
|
+<b>Popularity:</b> <?= $anime->mal_popularity ?><br>
|
|
|
|
|
+<b>Members:</b> <?= $anime->mal_score ?>
|
|
|
|
|
+</p>
|
|
|
|
|
+</aside>
|
|
|
|
|
+
|
|
|
<br class="cl">
|
|
<br class="cl">
|
|
|
|
|
|
|
|
<h2 class="ribbon">Synopsis</h2>
|
|
<h2 class="ribbon">Synopsis</h2>
|