diff --git a/app/routes/anpdf.php b/app/routes/anpdf.php index 77fdc08..382e91c 100644 --- a/app/routes/anpdf.php +++ b/app/routes/anpdf.php @@ -323,7 +323,7 @@ function readtext_kuri($hash, $page = 1, $promo = 'full'){ $newcurr = strtotime($price['BeginDate']); $full_ver_url = SITE."read/$hash/$page/$promo/pdf"; - $content = apipage_kuri($price['price_id'], $page); + $content['stuff'] = apipage_kuri($price['price_id'], $page); foreach ($content as $news) { $author_id = $news['author_id']; diff --git a/app/views/antext.phtml b/app/views/antext.phtml index 379a730..8545d3f 100644 --- a/app/views/antext.phtml +++ b/app/views/antext.phtml @@ -18,7 +18,7 @@ 0):?> - +