Added graph examples file list.

This commit is contained in:
Oleg Sh 2024-10-12 14:49:03 +02:00
parent 037d98a5eb
commit fd9b6967dd

View File

@ -51,4 +51,10 @@
</p>
<?php endfor; ?>
</div>
<h3>Example files list</h3>
<div>
<?php for ($i = 0; $i < count($examples); $i++): ?>
<?= getXMLFileName($examples[$i]["id"], true) ?> <?= getImageFileName($examples[$i]["id"], true) ?>
<?php endfor; ?>
</div>