graphonline/src/graphs_examples.php
2020-07-03 23:24:10 +03:00

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"]];
}
?>