This commit is contained in:
Olu Amey
2021-06-18 23:27:20 +00:00
parent 77012d59af
commit fda389fdcb
8 changed files with 27 additions and 75 deletions
+2
View File
@@ -56,6 +56,8 @@ class BaseController extends Controller {
$blog_cnt =0;
foreach ($rss->channel->item as $item) {
$image = "/assets/image/resources/blog-2.jpg";
$image = "https://blog.mermsemr.com/wp-content/uploads/2021/02/Gut.jpg";
//print_r($item);
$itemA = array(
'title' => $item->title,