diff --git a/app/api/apicontent.php b/app/api/apicontent.php index 2cae32f..cd38e3b 100644 --- a/app/api/apicontent.php +++ b/app/api/apicontent.php @@ -31,7 +31,7 @@ function apipage_kuri($price_id, $page = 1){ $newsql = " SELECT - news_id, title, text, img + news_id, title, text, img, author_id FROM `news` WHERE diff --git a/app/views/antext.phtml b/app/views/antext.phtml index 379a730..b174ec4 100644 --- a/app/views/antext.phtml +++ b/app/views/antext.phtml @@ -19,6 +19,7 @@ 0):?> +