<?php
$Get = [
    "img" => "https://placehold.co/300",
    "title" => "Title of item",
    "txt" => "Color : red",
    "txt2" => "Size : xl",
    "FooterText" => "&euro; 12,50",
    "FooterText2" => "Sold by SiDDiQUiE.NET"
];
  \template\widget('card_item', $Get);
?>