mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-04-12 02:36:19 +00:00
Change script location.
Split js code. Added cache and changed loading mechanism for js sources.
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
<div class="col-md-4">
|
||||
<div class="thumbnail">
|
||||
<a href="./?graph=<?= $examples[$i]["id"] ?>">
|
||||
<img src="/<? echo (getImageFileName($examples[$i]["id"], true)); ?>" alt="<?= $examples[$i]["title_" . $g_lang["current_language"]] ?>" style="width:100%">
|
||||
<img src="/<?php echo (getImageFileName($examples[$i]["id"], true)); ?>" alt="<?= $examples[$i]["title_" . $g_lang["current_language"]] ?>" style="width:100%">
|
||||
<div class="caption">
|
||||
<p><?= $examples[$i]["title_" . $g_lang["current_language"]] ?></p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user