mirror of
https://github.com/UnickSoft/graphonline.git
synced 2025-07-17 09:42:55 +00:00
Added graph examples file list.
This commit is contained in:
parent
037d98a5eb
commit
fd9b6967dd
@ -51,4 +51,10 @@
|
|||||||
</p>
|
</p>
|
||||||
<?php endfor; ?>
|
<?php endfor; ?>
|
||||||
</div>
|
</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>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user