Update index.php
This commit is contained in:
parent
d0b9c2a785
commit
4f2f46af37
@ -72,6 +72,8 @@
|
|||||||
$json = json_decode($content, true);
|
$json = json_decode($content, true);
|
||||||
echo '<li class="rant-comment-row-widget" data-id="829770" data-type="rant"><div class="rantlist-title-text">';
|
echo '<li class="rant-comment-row-widget" data-id="829770" data-type="rant"><div class="rantlist-title-text">';
|
||||||
echo $json{title};
|
echo $json{title};
|
||||||
|
echo " - ";
|
||||||
|
echo $json{author};
|
||||||
echo '</div> <';
|
echo '</div> <';
|
||||||
echo $json{type};
|
echo $json{type};
|
||||||
echo ' src="';
|
echo ' src="';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user