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