parent:: test

This commit is contained in:
lopar 2019-01-11 22:27:20 +02:00
parent 5151a5bc61
commit 0c8e121015

View File

@ -27,7 +27,7 @@ foreach ($iteminfo as $ii) {
$ii->printControls(); $ii->printControls();
echo "</td>"; echo "</td>";
echo "<td bgcolor='#d3d3d3'>"; echo "<td bgcolor='#d3d3d3'>";
$ii->ShopInfo(); $ii->printInfo();
echo "</td></tr>"; echo "</td></tr>";
} }
echo "</table>"; echo "</table>";