s
This commit is contained in:
@@ -325,7 +325,7 @@ function readtext_kuri($hash, $page = 1, $promo = 'full'){
|
|||||||
|
|
||||||
$content['stuff'] = apipage_kuri($price['price_id'], $page);
|
$content['stuff'] = apipage_kuri($price['price_id'], $page);
|
||||||
|
|
||||||
foreach ($content as $news) {
|
foreach ($content['stuff'] as $news) {
|
||||||
$author_id = $news['author_id'];
|
$author_id = $news['author_id'];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -19,6 +19,7 @@
|
|||||||
<?if (count($content) > 0):?>
|
<?if (count($content) > 0):?>
|
||||||
|
|
||||||
<?foreach($content['stuff'] as $news):?>
|
<?foreach($content['stuff'] as $news):?>
|
||||||
|
<?=$content['authorname']?>
|
||||||
<h2 class="antitle"><?=$news['title']?></h2>
|
<h2 class="antitle"><?=$news['title']?></h2>
|
||||||
<?if ($news['img'] !== ''):?>
|
<?if ($news['img'] !== ''):?>
|
||||||
<figure class="anphoto">
|
<figure class="anphoto">
|
||||||
|
|||||||
Reference in New Issue
Block a user