mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-05-19 16:10:18 +00:00
Added graph examples file list.
This commit is contained in:
@@ -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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user