mirror of
https://github.com/UnickSoft/graphonline.git
synced 2025-07-03 00:06:40 +00:00
14 lines
225 B
PHP
Executable File
14 lines
225 B
PHP
Executable File
<?php
|
|
|
|
include ("./src/graphs_examples_func.php");
|
|
|
|
$examples = getAllExampleGraphs();
|
|
|
|
// Load from cvs
|
|
|
|
foreach ($examples as $item)
|
|
{
|
|
$g_lang["m_keyWords"] .= ", " . $item["title_" . $g_lang["current_language"]];
|
|
}
|
|
?>
|